Kav Singh
Kav Singh
Thanks for the insight about the compose rules, will investigate that
Thanks @GabeMedrash, that's great! And thanks @istarkov for the awesome plugin.
similar issue with `@testing-library/dom` on macOs 11.5.2, node 16.9.1 ```zsh ❯ yarn test yarn run v1.22.11 $ vite-jest (node:56260) ExperimentalWarning: VM Modules is an experimental feature. This feature could change...
~~Oops, answered in https://github.com/bpruitt-goddard/vscode-mermaid-syntax-highlight/issues/21~~ ~~Closing this one, thanks!~~ sorry to reopen this one: setting the file association as per https://github.com/bpruitt-goddard/vscode-mermaid-syntax-highlight/issues/21#issuecomment-471815455 will highlight mermaid blocks, but also breaks all other .mdx...
[macOS arm64] Installation via `bum use` fails with `Reason: No such file or directory (os error 2)`
note that `bum remove` works despite versions not activated ```shell ~ ❯ echo $BUM_INSTALL /[$HOME]/.bum ~ ❯ bum remove 1.1.21 "/[$HOME]/.bum/bun-versions/1.1.21" v1.1.21 has been removed. ~ ❯ bum remove 1.1.19...
[macOS arm64] Installation via `bum use` fails with `Reason: No such file or directory (os error 2)`
it seems to be to do with the usage of `BUN_BIN_PATH`: https://github.com/owenizedd/bum/blob/67953aac17b7f98ac8a616eddfd6386e1cf14251/src/commands.rs#L87 the folder `"~/.bun/bin"` does not exist on my system and does not seem to be created in `install.sh`...
Ran into a similar issue with our application (closed source unfortunately so can't share a link, will try to get a repro up). We use toolkit and vitest, but not...