Fea
Fea
Nevermind, these typings seem to break any project importing `typescript`, for me it's happening with the following error: ```ts node_modules/typescript/lib/typescript.d.ts:6558:15 - error TS2430: Interface 'JsonSourceFile' incorrectly extends interface 'SourceFile'. Types...
This should do it, as far as I can tell there are no further regressions in the codebases I've tested
@rupurt I don't think I had any other issues besides the one I described, what do you mean by "can't run" (why?) and what do you mean by "Nix based...
You shouldn't have to do this manually, that's precisely what `bun --bun` is for! If you're on linux, running `bun --bun create/run/... ...` should automatically create a symlink to bun...
After simply replacing `raw?` with `modified` in the call to `find_configured_bind` (for testing purposes), niri does indeed correctly recognize my arrow keys, but it still detects `ISO_Level5_Shift` as pressed down...
Nevermind, it seems like this didn't add the `highlights` field to the CSS namespace? Not sure why that is, but this is unusable in its current form
This works a lot better now, thanks! As a small nitpick, `cargo-steel-lib` still doesn't check the exit code of `cargo build` to check whether the compilation itself actually succeeded, so...