Results 25 issues of Garrett Hopper

I previously used Rust's stable channel along with `rust-analyzer` from `nixpkgs`. This provided a [wrapper](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/rust/rust-analyzer/wrapper.nix#L15) around `rust-analyzer` which set `RUST_SRC_PATH`. I've recently switched to `rustChannels.nightly.rust` which provides and conflicts with...

I should be able to use separate packages instead of the aggregated `rust` package, right? In `rust-overlay.nix`: ``` # For each channel: # latest.rustChannels.nightly.cargo # latest.rustChannels.nightly.rust # Aggregate all others....

In Rum, I could have: ``` [:div [:h1 "alpha"] (map #(identity [:h1 (str %)]) (range 10)) [:h1 "beta"]] ``` However, in Prum, "beta" doesn't show up. Everything works as expected...

Is there a reason interpolation bypasses the minimum prefix length? https://github.com/rafalcieslak/emacs-company-terraform/blob/2d11a21fee2f298e48968e479ddcaeda4d736e12/company-terraform.el#L173 It seems to be behaving strangely with the new 0.12 syntax. Perhaps in the past it made sense to...

'g CTRL-A' is very useful for creating lines of increasing numbers. ``` CTRL-A CTRL-A Add [count] to the number or alphabetic character at or after the cursor. {not in Vi}...

https://www.gnu.org/software/emacs/manual/html_node/elisp/Database.html ``` sqlite-mode-delete sqlite-mode-list-columns sqlite-mode-list-tables sqlite-mode-list-data ``` Also see [xenodium/sqlite-mode-extras.el](https://github.com/xenodium/dotsies/blob/main/emacs/ar/sqlite-mode-extras.el)

[xenodium/chatgpt-shell](https://github.com/xenodium/chatgpt-shell)

**Describe the solution you'd like** I would like to have an additional option to `#card #incremental` that makes each generated card only show prior children as context. (So the first...

enhancement
good first issue

`stripe-node`'s `nodeHttpClient` depends on a socket event being emitted by the HTTP request before it ends the request. See: [NodeHttpClient.js#L66](https://github.com/stripe/stripe-node/blob/master/lib/net/NodeHttpClient.js#L66)