Dimava
Dimava
> Hi allow, I partially fork the project to fix some bugs. I made it ESM only. If some of you want to contribute : - https://github.com/Andy-d-g/json-patch-rfc - is RFC6902:...
Honestly I have no idea We had this problem where all the topics were shown bookmarked, so I went and fixed it /shrug If you don't have this problem on...
`node-serialport` is blocked by `uv_default_loop` https://github.com/oven-sh/bun/issues/4622 https://github.com/oven-sh/bun/issues/19727 https://github.com/oven-sh/bun/issues/23192
Here's my experiment, please review if it worths researching further https://github.com/Dimava/subscript/tree/typescript
You may use the following script to serve them: ```ts #!/usr/bin/env bun Bun.serve({ port: 3000, async fetch(req) { const url = new URL(req.url) const path = url.pathname === "/" ?...
I have suspicions it is caused by running some sort of `npx` in the directory making Bun confused by package-lock etc Try deleting `node_modules` this did help me
> 👋 Would it please be possible to run https://github.com/microsoft/vscode-bisect to pinpoint the problematic commit range where this was introduced? @alexdima it pointed me to https://github.com/microsoft/vscode/compare/9bbc169b624175bb432d439adea1bf4cbb7156bc...12fece34ed49c972d85b1a9ff0f5b8532eea569c > ``` > Run...
Currently using `code --disable_direct_composition=1` (provided at https://github.com/microsoft/vscode/issues/204181#issuecomment-1970267047 ) to mitigate the problem
> To confirm, do users still encounter the issue with latest insiders https://code.visualstudio.com/insiders ? If so, are you able to mitigate the issue using the cli flag `--disable_direct_composition=1` Just checked,...