Romaric Pascal

Results 35 comments of Romaric Pascal

Hi, I'm not sure I understand what you're proposing, and I realise I was not super detailed with my suggestion and the use case leading to it. What I was...

I've given a stab at it in that fork of the demo CodeSandbox: https://codesandbox.io/s/a11y-dialog-forked-v99mnd?file=/src/index.js Unfortunately, this required me to override the `A11yDialog.prototype.hide` method to make it trigger a `back` action...

There's often JavaScript features that are only active at given breakpoints (mobile navs, for ex), so definitely keen to have an easy way to trigger controller methods at different points....

Completely agreed on the `breakpoint...` callbacks, those should be left to the developer to chose whether to debounce, throttle or do whatever they please with. In the end, they won't...

If that can help anyone, I had some success getting some splitting of ThreeJS into the chunks that use them. My app is split the following way: - a main...

If that can be helpful, I've managed to get Redux Toolkit imported properly when running in Mocha through a little patching with [`patch-package`](https://www.npmjs.com/package/patch-package), to: - update the `package.json` file to...

@markerikson From what I understood of the start of the thread, Node seems to rely on the "exports" field to pick the files to import. I'm not sure if the...

Oh right, apologies for the hasty shortcut there, I'll edit my message to not mislead 😊 > Right, I'm just saying that `redux-thunk` is not strictly a "CommonJS package". It...

Cleaning up what `grunt-githooks` created and removing legacy hooks would be two nice additions to `grunt-githooks` indeed. I don't think the plugin should remove the files, though, as the plugin...

I _think_ it's in a better shape now. Apologies for the too eager opening for review, and thanks for the comments 😄 The switch to Jasmine introduced the need to...