Christian Lentfort
Christian Lentfort
Closes #6 Not sure if this is the best approach. I tried to keep the changes to a minimum. I resolved the dependency on module "stream" by depending on ["stream-browserify"](https://www.npmjs.com/package/stream-browserify)...
Hide the chat when the page is loaded with the search-param `chat=0`. I.e http://www.multitwitch.tv/gunnermaniac3/narcissawright?chat=0
Hi, I wanted to give bsb-native a spin but can't install it on my machine, on a new project (empty `package.json`) I get the following error. ``` yarn add v1.22.4...
**Intended outcome:** `npm install` puts `react-dom` into the right directory so that `mobx-react-lite` can find it. **Actual outcome:** `react-dom` might be placed nested into the node_modules of another node_module so...
I'm trying to parse a file with more than 32767 (2^15-1) chars. This causes the parser to crash with the following error. > /Users/lentfortc/projects/szde-cdn/scripts/proxy-tool/node_modules/tree-sitter/index.js:361 > ? parse.call( > ^ >...
I had some trouble setting up this config in a nextjs project together with the nextjs ruleset. The import plugin and, of the last version of this fine package, the...