Florent Cailhol

Results 17 issues of Florent Cailhol

Commands: ``` bash $ sandboxer ls $ sandboxer verify $ sandboxer install $ sandboxer uninstall $ sandboxer start ```

Currently `axs` uses `palx` to generate the palette. When working on an existing design using incremental refactor, I must use our brand colors. However `palx` only accept the main color....

The following has no effect: ```jsx ``` Should the documentation be updated or is it a bug?

Currently the following would render a bold text. ```jsx Foo ``` I would expect the `font-weight` to be unchanged. Note: using `null` lets the text unstyled. The motivation is to...

**Feature request** When a class extends a builtin but is not used, the class declaration is replaced by the builtin identifier instead of being removed. Interestingly, this behavior depends on...

enhancement
Breaking Change

**Intended outcome:** `GraphQLResolverMap` should accept `enum` and _scalars_. The following resolver should not produce any TypeScript error: ```ts enum SomeEnum { FOO = "foo", BAR = "bar", } const AnotherEnum...

| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no | Version/Branch...

enhancement
feature

Expressing the variation in percent would greatly improve results readiness (like jsperf.com)

enhancement
website

Use `Tapable` API to get rid of deprecation notices. This is a breaking change since this PR drops webpack 3 support.

When importing the library using an `import` statement on node, it crashes because of the following line: https://github.com/kutuluk/js13k-ecs/blob/e598de7a43e1703791ded23792738f4769966c6a/src/ecs.js#L186 The reason is that `performance` is not defined and ESM imports run...