flowtype
Here are 427 public repositories matching this topic...
-
Updated
Jun 6, 2020 - JavaScript
We should use https://github.com/jonschlinkert/parse-github-url to intelli
If it's alright with your team, I'd like to take a shot at updating the content to make it more inclusive by removing instance
Flow supports contravariance (-), TypeScript doesn't.
Also, TypeScript doesn't support covariance (+) on all its types, but just some of them.
const {links, history} = this.propsExpected: No error.
Actual: ESlint: missing variable type annotation. (flowtype-/require-variable-type)
Maybe I'm missing something, but I can't figure out a valid configuration for this case
"flowtype/require-variable-type": [
2,
{
"excludeVariableMatch": "^map", // mapStateToProps & mapDispatchT
Currently, this monorepo consists of:
- babel-plugin-flow-prepack
- babel-plugin-flow-runtime
- flow-config-parser
- flow-runtime-cli
- flow-runtime-docs
- flow-runtime-mobx
- flow-runtime-validators
- flow-runtime
A subset of these provide the core functionality of flow-runtime:
- flow-runtime-validators
- flow-runtime
- flow-runtime-cli
- babel-plugin-flow-runtime
Meanwhile
-
Updated
Jun 1, 2020 - JavaScript
-
Updated
Jun 17, 2020 - Reason
-
Updated
Jun 13, 2020 - JavaScript
Given an array / iterator, returns a new Array of only Some or Left or Right values.
References:
- catMaybes from Haskell
- rights
- lefts
- [catOptions](https://github
Expected Behavior
Complete shutdown of Sublime Text and plugins when closing Sublime Text
Actual Behavior
Flow.exe keeps running in the background
Sublime Text console logs
No errors
Screenshots
Steps to Reproduce the Problem
- Open Sublime Text
When commenting out multiple lines with line comments (cmd + /), empty lines in the selection will get comments and the space on those lines will affect the indent level of the comments. For example this...

, but it might be worth building a XML version either way.
Would have to adjust the data/generate-json-feed.js script to also generate a XML script.
-
Updated
Feb 28, 2018 - CSS
-
Updated
May 15, 2020 - JavaScript
Expected Behavior
Be able to mention some users (with @...) in new comments in issues
Actual Behavior
"@" character doesn't display any users list
Steps to Reproduce the Problem
- Open an issue in right panel
- Click on "Comments" tab
- Type a new comment and try to mention a user of the project
Specifications
- Chronos-timetracker version: 3.0.1
- OS:
-
Updated
Jun 11, 2020 - JavaScript
-
Updated
Jun 21, 2017 - JavaScript
Currently, we can debug a page on the Servo project using Firefox, after tweaking a bit the dev tools to connect to a remote host.
Connecting to servo's exposed dev server from Firefox opens a developer tools window.
It'd be nice, just like we start servo using command line arguments, to be able to run a standalone dev tools instance, directly wired to said servo instan
-
Updated
Nov 1, 2018 - JavaScript
Improve this page
Add a description, image, and links to the flowtype topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the flowtype topic, visit your repo's landing page and select "manage topics."

Hi, I'm a Redux maintainer. I'd like to offer a couple suggestions.
Problem
The current Redux example implementation shows use of reducers with "hand-written" immutable update logic, and has a somewhat complex store configuration. In addition, the project currently uses a "folder-by-type" folder structure.
Proposed Solution
The project should switch to using the official [Redux