n8tz

Results 5 comments of n8tz

I've wrote an engine some years ago doing this. https://github.com/react-voodoo/tween-axis This lib allow working with additive tween of numeric values, It need some cleaning / js updates & can have...

Hi there, I have a (hacky) way :) .. To specifically force rebuilds of a module : compiler.hooks.compilation.tap('layer-pack', ( compilation, params ) => { let toBeRebuilt = []; // force...

Hi there ! Thanks ! this PR helps me figure out why the hell my "virtual globe index files" weren't rebuilt during the hot update. In fact, for the same...

Well if qs include test to check if its bugs remains what can i do ? :D The QS documentation say it can only output "string" values in the readme,...

Well, i was thinking that as qs is a converter, it should work like a mathematical iso function and logically apply the same rules to the same cases : `qs.parse("foo=123&foo=stuffs")`...