-
Bug happens on MacOS when you don't have command line tools installed.
Wave tries to run `git` to check the current directory branch. If CLI tools are not installed MacOS it will pop up a system d…
sawka updated
1 month ago
-
Add git information. Add a way to select what packages we want to see git status for
I already do this on my git checkout for SMF
I should add a sections saying "clean" or "modified" to indicat…
-
In the transcript below, I upgrade from Python 3.12.6 to 3.12.7 and all my `uv tool install`-ed tools break because the symlinks to python are broken. The problem is that `uv` can't handle these broke…
-
## UseCase
Usecase | cmd
-- | --
查看所有tag | `git tag`
查看匹配某些类型的标签 | `git tag -l 'v1.4.2.*'`
创建一个含附注类型的标签 | `git tag -a v1.4 -m 'my version 1.4'`
给某一个commit 打 tag | `git tag -a v1.2 9fceb02`
pu…
-
### Describe the bug
Clone the git without issue, then when running:
_./scripts/pi-setup/auto-install.sh_
get an error:
_can't read /etc/needrestart/needrestart.conf: No such file or directo…
-
Thanks a lot for sharing your ideas and code on building agentic systems. However, when I run in newsletter-cron, I got
/newsletter-cron$ python3 main.py
Traceback (most recent call last):
…
-
## snippet of Dockerfile used (using same dev env dockerfile as in rippled documentation)
RUN git clone https://github.com/ripple/validator-keys-tool.git && cd validator-keys-tool && git checkout m…
-
### Version
0.28.2
### On which OS did this happen?
Linux
### On which Python version did this happen?
Python 3.12
### Reproduction Steps
All commands run:
```bash
git -b v0.2…
-
Until there is a stable option implemented in git itself, it's always feasible that people may want to move from git fat into a different approach (there are many different options around). Having a …
-
Hello! This is working for docx documents. But, when trying to translate a PDF document i got this trace in console and traceback in django
```
Environment:
Request Method: POST
Request URL:…