Herbert Jones
Herbert Jones
This may have more to do with the selected font. For vterm to space correctly for me, I had to use a terminal friendly font for vterm buffers. Here I...
I threw something together for bash, which could be used in the meantime. ```bash __member() { local e; for e in "${@:2}"; do [[ $e = "$1" ]] && return...
I took a stab at making an Emacs mode using the new tree sitter functionality in Emacs 29. https://github.com/herbertjones/nushell-ts-mode I don't see any documentation on getting vscode-nushell-lang LSP running, but...
@anquegi I don't have that problem. Perhaps the font you are using is missing those glyphs.
FYI you can override the .gitignore file using .rgignore for the purpose of allowing files to be searched by rg. https://github.com/BurntSushi/ripgrep/blob/master/GUIDE.md#automatic-filtering
Sorry, I almost never check github for messages. I haven't used stumpwm in a while, as it would crash about once a day(though due to the way my config worked...
Looks good to me and working as expected. Example links: - https://deploy-preview-1227--elastic-ritchie-8f47f9.netlify.app/reference/std/actor.html#dash-lt - https://deploy-preview-1227--elastic-ritchie-8f47f9.netlify.app/reference/std/os/socket.html#socket-recvmsg-star - https://deploy-preview-1227--elastic-ritchie-8f47f9.netlify.app/reference/std/mime/#extension-to-mime-type - https://deploy-preview-1227--elastic-ritchie-8f47f9.netlify.app/reference/std/parser.html#at-eps-qm
I took the opportunity to attempt adding this feature today. After attempting to use SMIE and indent function, I decided that utilizing the new tree-sitter feature from Emacs 29 would...
I'm finding that completion for files in a directory only match the libraries of a single `executable` block when there are multiple executables in a dune file. The `executable` block...
Response from `grok-3-mini-latest` when a tool has no arguments appears to be something like this: ``` Failed to deserialize the JSON body into the target type: tools[2].function: missing field `parameters`...