John Rees
John Rees
I have noticed that if I leave a page that has `subscribe_to` to connect to a channel, and then click back in the browser, events are no longer triggered on...
Are there plans to identify async functions? I've been doing checks with example below but I am sure that it'll be a very fragile approach. ```javascript const fn = async...
I've [made a branch](https://github.com/johnrees/rollup-plugin-esbuild/tree/experimental-define-bug) to demonstrate experimentalBundling not using the define config object First I added an [extra task to package.json](https://github.com/johnrees/rollup-plugin-esbuild/blob/experimental-define-bug/package.json#L12), which uses a different config file to the current...
Jest loads jest.config.json automatically so this reduces a tiny bit of verbosity in the test command
UUID 3 is deprecated `Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.` Upgrading...
This is a bit of a WIP and the code probably isn't idiomatic Vue but hopefully it is close to what you need. I'd also like to add a linter...
I think you might be able to generate descriptors (or anything really) by walking the AST of the `@types/three` .d.ts files. They'll probably still need extra 'human work' but maybe...