Bart Trojanowski
Bart Trojanowski
Should be able to delete wip branches. $ git wip list wip/foo wip/bar $ git wip delete wip/foo $ git wip delete bar
$ git wip --editor fatal: Not a git repository (or any of the parent directories): .git
This command will list all wip branches $ git wip list wip/foo wip/bar $ git wip list -v wip/foo is 5 commits ahead of foo wip/bar is 1 commit ahead...
Should print wip branch name and number of commits on it. Maybe something like this.... $ git wip info wip/topic is 5 commits ahead of topic
``` $ circle --version circle version 1.0.0-200 Circle public preview build 200 Built Jul 29 2023 11:15:57 EDT (c) 2023 Sean Baxter https://www.circle-lang.org/ Twitter: @seanbax $ circle meta1.cxx $ ./meta1...
It's not clear to me what the error actually is here. I get similar errors with other source code in this repo. Most simpler programs from the circle repo work....
I'm on commit 66ab8e0a356ea8a971e99156c59d09c3beae5ef2 of errormarker, and the latest version of gitgutter (256702d). I'm using Debian/testing built VIM v8.2. I have been using gitgutter and errormarker plugins for a while....
I wanted to add local GPU LLM to zsh-llm-suggestions. Here is an attempt. After installing https://github.com/ollama/ollama, and starting it... ``` $ ./zsh-llm-suggestions-ollama.py setup Successfully generated zsh-llm-suggesions-generate ollma profile. Successfully generated...
Is there a known path to build an image for the Orange Pi RV2? * [The official site](http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-RV2.html) * [User manual PDF](https://drive.google.com/drive/folders/1EAS0zgeR0cbZlLHeph5I_Y43rhKoS5af) Booting from the provided Ubuntu 24.04 I can...