Glenn 'devalias' Grant
Glenn 'devalias' Grant
## Overview I propose adding a `--version` command to the reminders-cli tool. This command would help users easily determine the currently installed version of reminders-cli. ## Rationale - **Ease of...
> You can pin individual messages, including links and photos, in a chat to reference them later. Pinned messages are pinned for everyone in the chat. > > To see...
When using the FB messenger iOS app I can prefix my message with `/silent` to have it not trigger notifications/etc on the receiving party's side. It would be awesome if...
Not really a feature request per se, but just wanted to share some info/references/libs that I've been collating recently RE: stack graphs, and how they can be used for better...
Looking at the current 'search' command that the agent has access to, it seems it just uses `grep` for searches within a file, and `find` for searches by filename: https://github.com/princeton-nlp/SWE-agent/blob/79038832dfda12e29e1a4ab19d3ee3c8f86e2b9d/config/commands/search.sh#L89-L95...
There are a number of issues related to this extension being broken: - https://github.com/madneal/export-to-markdown/issues/4 - https://github.com/madneal/export-to-markdown/issues/6 - https://github.com/madneal/export-to-markdown/issues/9 - https://github.com/madneal/export-to-markdown/issues/11 - https://github.com/madneal/export-to-markdown/issues/12 And most of them seem to be related...
It would be interesting to see if/how `aider` performs against the SWE-Bench benchmarks: - https://www.swebench.com/ - https://github.com/princeton-nlp/SWE-bench - > [ICLR 2024] SWE-Bench: Can Language Models Resolve Real-world Github Issues? -...
I'm not sure if this would add anything substantially different/better than the existing `tree-sitter` implementation, but I spent some time recently looking into stack graphs + related tooling, and I'm...
## Overview When activating a `conda` environment manually (eg. `conda activate textgen`), the following `CONDA_*` env vars are set in my environment: ```shell ⇒ env | grep CONDA CONDA_EXE=/Users/devalias/.pyenv/versions/miniconda3-latest/bin/conda _CE_CONDA=...
While trying to use the `--render` command of the Vital CLI on macOS, I got a segfault. Source: https://www.reddit.com/r/VitalSynth/comments/16hrx39/comment/k86801j/?utm_source=share&utm_medium=web2x&context=3 ``` ⇒ cd ~/Desktop ⇒ /Applications/Vital.app/Contents/MacOS/Vital --render "/Users/devalias/Music/Vital/Factory/Presets/Plucked String.vital" --midi 48...