stan-stately

Results 12 comments of stan-stately

just hit this when upgrading to eslint 9

please merge this. its extremely annoying and its breaking random tooling such as renovate

Just use `wasm_bindgen(start)` ``` #[cfg_attr(not(target_family = "wasm"), ctor::ctor)] #[cfg_attr(target_family = "wasm", wasm_bindgen(start))] fn init() { // ... } ```

I'm also seeing this. it is making my CI basically unusable

> I think this a multi-root workspace for which there doesn't exists a single common root between the multiple workspaces. yes thats correct. sorry the terminology is kinda confusing to...

> Is there a reference to "true root" in the VS Code documentation for this? i couldn't find one, no.

i install ruff with mise. my .mise.toml is beside my .code-workspace. because the cwd is a parent of .mise.toml, mise is unable to resolve the correct ruff. its not a...

ruff is on the path as a wrapper/shim but mise throws an error if it can't find the mise.toml file in the CWD or parent dirs because it doesn't know...

i tried. it still doesn't work because mise finds the executable but cant run it if there is no mise file. i think it generates a shim and puts it...

I'm seeing this issue as well. i've tried the troubleshooting steps and the steps here but I am unable to get any logs. it looks like the process just gets...