gtournie
gtournie
https://github.com/rajdee/posthtml-bem/blob/master/index.js#L62 I don't see how `block` could be falsy here. A few lines before it's set to `[]` if exec returns null
I just setup a new droplet on Digital Ocean, with the latest Ubuntu. I just use a minimal configuration: ``` dokku apps:create app dokku config:set app NPM_CONFIG_PRODUCTION=false dokku config:set app...
**Describe the bug** command 'npx gramma server install' fails: ``` res.body.pipe(str).pipe(fileStream) ^ TypeError: res.body.pipe is not a function ``` **To Reproduce** install gramma with node 18.16.0 & npm 9.5.1 **Expected...
I have an activerecord Role class in my app, and rails throws this error: ``` TypeError: superclass mismatch for class Role ```
Hi, I tried to set the swf file location: window.WEB_SOCKET_SWF_LOCATION = "http://localhost:5000/WebSocketMain.swf" And I started juggernaut like this: sudo juggernaut --port 5000 (I also tried with a lot of others...
### What version of Elysia is running? 1.1.0 ### What platform is your computer? Darwin 24.3.0 arm64 arm ### What steps can reproduce the bug? ```javascript new Elysia({ prefix: '/posts'...