Chris Swithinbank
Chris Swithinbank
Hi, firstly, thanks for maintaining this excellent tool! I’m seeing something that smells like a memory leak after upgrading to 4.2.6 from 4.2.5. I haven’t managed to figure it out...
This adds [cssnano](https://cssnano.co/) at the end of the PostCSS pipeline to minify CSS output. cssnano is used without any options and will use its default preset: > with the default...
Would you consider minifying the CSS output (when running `charge build`) using a PostCSS plugin? For example, using something like [`cssnano`](https://github.com/cssnano/cssnano). This seems like it would fit with the “it...
I’m not sure if this is intentional, but while a path of `'$'` — i.e. the root object — works fine with `jp.query()`, `jp.paths()`, `jp.nodes()`, `jp.parse()`, and `jp.value()` when not...
### What version of `astro` are you using? 1.0.0-rc.7 ### Are you using an SSR adapter? If so, which one? n/a ### What package manager are you using? pnpm ###...
### What version of `astro` are you using? v1.0.0-beta.72 ### Are you using an SSR adapter? If so, which one? none ### What package manager are you using? npm ###...
### What version of `astro` are you using? v1.0.0-beta.50 ### Are you using an SSR adapter? If so, which one? No ### What package manager are you using? npm ###...
### What version of `astro` are you using? 1.0.0-beta.42 ### Are you using an SSR adapter? If so, which one? none ### What package manager are you using? npm ###...
Does anyone have any good examples of unit testing a PeerJS client app? Is it best just to mock the entire `Peer` interface or is it possible to mock out...
### 📣 Try the pre-release today 📣 You can start working with the new hook signature by installing the alpha release channel from npm: ```bash npm i boardgame.io@alpha ``` If...