oldmansutton

Results 16 comments of oldmansutton

... then how do we set up a default for ALL users? Why was the default config removed?

The ESM section is very much NOT a real ES6 module, nor using ES6 syntax. It is still relying on webpack, bundlers, transpilers or node to function. Pure ES6 can...

+1, would love to set a custom button as already active.

If the CSS implementation in CKE5 wasn't so obtuse, this would be fairly easy to implement. As it is, the decision to inect the CSS through JavaScript makes styling anything...

Chiming in to say that being able to pass headers in the events object is essential as the world is using JWT for auth more and more.

The downside to ```jest.unstable_mockModule()``` right now is that it mocks the entire module. This is maybe not a downside if that's what you're looking for. It's really falling down for...