Alastair Brayne

Results 5 issues of Alastair Brayne

I often work on projects with multiple third party libraries, both css (less,sass etc.) or js. There are many more of those files than my own. Currently the 'do not...

Two new options for strategies for converting to floats. The problem I had was that a number like '1.234567890123456789' is longer than 15 characters and therefore was being converted to...

v3.0.2 I got `ReferenceError: Date is not defined` when calling `reset()`. My tests are Babel-compiled on the fly, and I believe this breaks the link between the `Date` reference and...

Hey, So, it turns out that it's not trivial to add one's own websockets to an application using webpack hot module replacement (https://www.reddit.com/r/javascript/comments/6jbg2f/one_does_not_simply_use_websockets_with_webpack/). Now, I believe it can be done...

Start fine, but there's some sort of lifecycle issues which inevitably cause it to loop-crash. I've tried a few different approaches to handle the lifecycles, initialisation, and isolate management, but...

bug