Kav Singh
Kav Singh
Hello again! Was having trouble getting ava tests working when composing css modules between files. Tried modifying some of the provided examples to investigate. Modified `test/assets/withoutExtractText/style.css` to the following (having...
### Description One thing i always forget when setting up an astro project with `eslint-plugin-astro` + [`eslint-plugin-import`](https://github.com/import-js/eslint-plugin-import/), is how to resolve `import/no-unresolved` errors for `astro:content`. My usual way of handling...
Hi! I might be missing something here but currently, to have mermaid blocks highlighted in [`.mdx`](https://mdxjs.com/) files, I have to change file associations to read mdx as pure markdown. unfortunately...
install.sh fails with a 404 it specifies a target for darwin arm64: https://github.com/owenizedd/bum/blob/main/install.sh#L14 but there is no asset for the target in the latest release: https://github.com/owenizedd/bum/releases/tag/v0.5.0 ```zsh curl --fail --location...
[macOS arm64] Installation via `bum use` fails with `Reason: No such file or directory (os error 2)`
Re-trying `bum` on macOS arm64 after https://github.com/owenizedd/bum/issues/14#issuecomment-2247866356 os: `macOS 14.5 (23F79)` chip: `M3 Max` installing `bum` went well ```shell ❯ curl -fsSL https://github.com/owenizedd/bum/raw/main/install.sh | bash ######################################################################## 100.0% x bum-v0.6.1-aarch64-apple-darwin/ x...