azlux

Results 152 comments of azlux

It's look like TypeORM support everything. So the only line you need to change is: https://github.com/ever-co/ever-traduora/blob/2f61214264170f76fe8649920c2e87278f4cf3cf/api/src/config.ts#L50 with a new environment variable.

I've start to use it for the project https://github.com/azlux/botamusique I've setup my instance and everything good for now. (2 issue open, but it's minor)

It's the same on Debian. ``` Azlux@testdevice:~/bin$ sudo apt list libc6 Listing... Done libc6/stable,now 2.28-10 amd64 [installed] Azlux@testdevice:~/bin$ ./dog ./dog: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./dog) Azlux@testdevice:~/bin$ ```...

Ok, I've compiled myself and add everything into https://packages.azlux.fr/ It's an apt repository based on github release. Since the release don't have runnable binary, I've disabled the auto-update (I will...

I personally build my own .deb file. https://github.com/ogham/dog/issues/28#issuecomment-736668727

I've add the armhf build into my repo if needed until the CI/CD to it automatically.

@XenonPK You have finish the changes ? we will make a Squash merge if yes

fix since a long time into https://github.com/azlux/pymumble/blob/pymumble_py3/pymumble_py3/users.py#L269-L283 with #120

> The instructions in the github readme use the `buster` `main` branch. > Should we leave this the same for Jammy, or switch to something else (stable? bullseye?)? The best...