Allan Bogh
Allan Bogh
In the "5. Avoid name collisions" section the template path is `app/assets/templates/user.html`, also in the "Configuration Option: ignore_prefix" section it states "If you place your templates in `app/assets/templates` this option...
Hello, this is more of a question of whether it's possible to define custom URLs for the REST adapter. I have a bunch of different services run by Microsoft C#...
## Current Behavior The "Select with many options" example shows multiple scrollbars on the documentation page. ## Expected Behavior It should only show one scrollbar. ## Your Environment - Chrome...
Flowtype rules shouldn't be included in the Fusion eslint rules because Fusion can be run on systems that don't include flowtype, such as Typescript. Requiring these rules would force projects...
I believe "coverage" should have been "collectCoverage" since Jest lists the option as "collectCoverage". There is no "coverage" option in Jest. In order to keep in line with the valid...
When running `yarn cover` the coverage report is printed twice for all files. Presumably this is due to a browser test and a server test? It would be nice to...
For Typescript projects it'd be useful to allow main.ts as the entry point, instead of requiring main.js in all projects. One method of providing this functionality is to use the...
flowgen doesn't seem to create non-existent directories when one is provided in the output file. It should create all directories up to the filename, or provide an option to do...
I would like to automatically convert typescript files in-place to flow files. I found that I could include multiple typescript files by using a glob pattern, however the output file...
It seems as though there's a breaking change in thrift2flow 0.11.0 where maps become exact width maps in the js files: ``` 3: optional map myStringMap ``` Used to be...