David Richey
David Richey
Adds a wrapper around `ffi::sqlite3_last_insert_rowid` in `Connection`.
It'd be nice if the script would also `source /usr/sbin/start-systemd-namespace` in `.zshrc` (or `/etc/zsh/zshrc` to match the existing use of `bash.bashrc`). Right now, the behavior in zsh is very misleading:...
Minecraft 1.20.5+ requires Java 21, but `jre_headless` in nixpkgs 23.11 is Java 19. This causes the server to fail to start with an error like ``` net/minecraft/bundler/Main has been compiled...
Adds `rust-analyzer unresolved-references` which reports unresolved references. This is useful for debugging and regression testing for both rust-analyzer and project generators like Buck's rust-project. As discussed: https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frust-analyzer/topic/Command.20to.20report.20unresolved.20references
We want to migrate all assists to use the new `SyntaxEditor`/`SyntaxFactory` abstraction. This will unblock moving to immutable syntax trees (#15710). In doing so, we can choose a flat, contiguous...