Christian

Results 34 comments of Christian

@teknetik I've been able to find a solution on my own, I guess. Add the official Node.js repo: `curl -sL https://deb.nodesource.com/setup_17.x | sudo -E bash -` Followed by installing the...

> Add the official Node.js repo: > `curl -sL https://deb.nodesource.com/setup_17.x | sudo -E bash -` On Ubuntu 22.04, now: `curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -`

Having the exact same issue as @dreamcat4 & @WeMakeMachines to a T. I swear it used to work, too. This should really be addressed, because `ail-cli` was really helpful for...

I've got to say that I think that the project's distribution has been handled very poorly. Almost every damn time I download DHTP, the PK3 ends up being a corrupted...

@d10sfan I'll try it out! Thanks.

The extension doesn't seem to work anymore; since the original author doesn't have the time to work on it, perhaps somebody could fork it & maintain a new version?

@gebi not for me, but used to. `[Version 1.37.111 Chromium: 100.0.4896.79 (Official Build) (64-bit)](https://brave.com/latest/)`

> Can you confirm that moving an app to a new position will also trigger the correct order, instead of toggling the extension? Yes @stuarthayhurst, moving an app's position resets...

> curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - Alternatively, you could more manually set up the repo w/o `curl`ing that shell script, like this: ``` wget -O- https://deb.nodesource.com/gpgkey/nodesource.gpg.key |...