Taylor Lodge

Results 21 comments of Taylor Lodge

My local timezone is GMT+12

>Mind sharing specific reasons behind your decision to use @jest-runner/electron instead of the jest-runner? I need to test code that is designed to be run inside of the Electron Renderer...

I'm not sure if this is related to this problem, or another problem, but whenever something goes wrong with the compile (an error or a warning -- since #305 has...

Any update on this? It's quite annoying. I had my own fork with the change from #243 applied but I ran into issues keeping it working so I've reverted back...

Looking into this, I see that there appears to be binary data in the string that is being JSON.parsed at the line the stacktrace points to. Which seems to indicate...

I've created PR #64 which updates the library to work correctly with React Router v5. I've also[ forked this to our organization](https://github.com/koordinates/react-url-query) and merged that branch into master, I've also...

I've run into this problem unrelated to this project. Webpack can use a lot of memory compiling Typescript. I've solved it by including these options in my storybook script in...

You need to add the options to the command slightly differently, here is my script command for reference `NODE_OPTIONS='--max-old-space-size=4096' NODE_ENV=storybook start-storybook -s matai -p 6006`

So instead of doing ``` const customCellsArgs = useCustomCells([ButtonCell, RangeCell]); ``` You now just do ``` ```

Ok thanks :) I'll give the upgrade another go when I get a chance. v6 looks nice :)