Ben Mezger

Results 5 issues of Ben Mezger

I have enabled gpg in my `.zpreztorc`, and whenever I start a new terminal, I get the following message: `gpg-agent: a gpg-agent is already running - not starting a new...

Bug

In my .rst file inside content/ I have the following; ``` --- title: Hello world date: 16.03.2016, 09:21 tags: [personal, blog] copy: /Users/ephexeve/photos/pic-of-day.jpg --- ... some content ... ``` Then...

For some reason, `tensornets` fails to install when doing `pip install -r requirements.txt` on production. ``` Step #1 - "builder": ModuleNotFoundError: No module named 'numpy' Step #1 - "builder": import...

Hi, I currently have [this](https://github.com/benmezger/dotfiles/blob/main/dot_bin/executable_start_tmux) script which gets called by my `launchctl` on system startup [plist](https://github.com/benmezger/dotfiles/blob/main/private_Library/LaunchAgents/com.tmux.plist#L18), and gets attached to my [shell](https://github.com/benmezger/dotfiles/blob/main/dot_zsh/init.zsh#L26) whenever I open my terminal. `tpm` works fine...

I've been using `UV` in `archweb` to handle dependencies and `venv` management a little easier. Given that, I am opening a PR with the changes I made, in case you...