Paulo Ragonha
Paulo Ragonha
The fix proposed in ryanb/nested_form#19 is not complete: Actually there is still a bug regarding this scenario: In a Root embeds_one Child embeds_many DeepChild, the name of a deeply nested...
Once the final release of Babel 7 is out, we will need to upgrade. More information: https://babeljs.io/blog/2017/09/12/planning-for-7.0
When Webpack fails to resolve a dependency, Karma doesn’t get notified at all about the broken build, and the process just hangs. Transpilation errors behave as expected. It manifest only...
Circular dependencies are dangerous because it is hard to find that they are the cause if something is going wrong in the application. The symptom of a circular dependency is...
### Chrome We should properly set the `CHROME_BIN` to make it work everywhere: https://github.com/karma-runner/karma-chrome-launcher#headless-chromium-with-puppeteer ### PhantomJS Remove plugins and cleanup browser detection hack: https://github.com/saguijs/sagui/blob/v11/src/configure-karma/index.js#L35
This will allow the Atom plugin https://atom.io/packages/lcov-info to work. Ref: https://github.com/karma-runner/karma-coverage#advanced-multiple-reporters
Instead of relying on running the type checker manually, we should have it running automatically on every build (or file change in development). Luckily there is a plugin: https://github.com/happylynx/flow-webpack-plugin Wdyt...
Having a `prettier` as a CLI in the project `node_modules` would make sure that editors such as Atom, properly apply the desired formatting. We should find a way to inform...