goldstar611

Results 51 comments of goldstar611

I don't know about the source for the binary here but I did find a blog with steps to compile grub for 32-bit booting. Check `Doing it the hard way`...

> `python3 setup.py install` installs importlib-resources as a dep as expected ... Installing via `setup.py` directly is deprecated. `pip3 install [directory]` seems to be the way forward. You should see...

After a [very lengthy build process](https://www.wxpython.org/blog/2017-08-17-builds-for-linux-with-pip/index.html), I was able to get CHIRP and all of it's dependencies installed on a fresh Ubuntu 20.04 VM using the commands below. (It is...

Ah, I knew there should be a faster way. Thanks for the tip Dan. And now I understand why `wx` is listed as an extra in setup.py From https://chirp.danplanet.com/projects/chirp/wiki/DevelopersPython3Environment: ```...

This request may soon be moot: https://lwn.net/Articles/884875/

It sounds like the gpg agent might have cached the password. Check out https://unix.stackexchange.com/questions/395875/gpg-does-not-ask-for-password particularly setting up ~/.gnupg/gpg-agent.conf for the sidekiq user (if different that www-data) and pkill gpg-agent to...

shallow clones are now supported in libgit2: https://github.com/libgit2/libgit2/pull/6557 https://github.com/libgit2/libgit2/pull/6396

Please see next message I was too careless with my tabs!

Yes it's possible, I would need to investigate how to do this at run time. I've added in my own aliases for `gl` functions I don't think provide much differentiation...

Ah I see, actually there are quite a few built in aliases. I'm going to paste the `gl -h` output and reformat it so it makes sense ``` user@user-MBP:~$ gl...