Kevin Grandon

Results 36 issues of Kevin Grandon

### versions - SlimerJS: 1.0.0-alpha.1 - Firefox: Any - Operating system: Any ### Request Currently SlimerJS defines MaxVersion in application.ini and updates sometime after Firefox releases a new version (every...

Google Chrome has a command line option, `--disable-popup-blocking`. This can be useful for testing certain situations. It would be very useful to have an equivalent SlimerJS option. I'm not sure...

enhancement
Command line arg

We would like to be able to specify custom mirror flags as environment variables. This currently works for the other fetch and clone flags, but does not yet work for...

git-mirrors

Steps to reproduce: In a fresh project, or after running jazelle purge, run any jazelle command like `jazelle check`. See that there is yarn output, but no way to squelch...

Right now when a developer performs `console.log()` on a string escaped by the html method in fusion-core, it's logged as an empty object. This makes it pretty confusing, so it...

Currently walking the DI system information to produce meaningful error messages is non-trivial due to not having a graph that we can easily traverse. This task is to revisit the...

We can reduce package size by adding a `files` entry in package.json. Currently all tests are being bundled with the package, we should try to remove these: https://unpkg.com/[email protected]/test/e2e/

The css-loader is becoming a common use-case in many projects. Create react app also supports it outside of the box. We should support this also. More to come.

discussion

This is a quick solution for ignoring coverage for generated folders while we continue to iterate on #532.

The comment currently gets stripped by babel if there are no JS Values after stripping flow types. See the babel issue here: https://github.com/babel/babel/issues/8775

bugfix