Hunter Wittenborn

Results 334 comments of Hunter Wittenborn

> Try change your `.env` That did the trick. Looking at the linked issue though @chadwhitacre mentioned this: > Is there something we could change in the docs to make...

If you'd rather use some simple Bash scripting, [makedeb](https://makedeb.org) could provide a quick and easy way to make the package. It's a project I'm the lead for, but it's already...

@Half-Shot @skepticalwaves any update on this? The images on Docker Hub still haven't been updated in 2 years :p

Any update on this? I'm wanting to bridge my rooms but I want me to be the only one able to do that - currently I *have* to enable self-service...

I've noticed this issue myself for quite a while, I've yet to find what causes it. It appears to be a purely cosmetic issue though, packages still seem to install...

This is because of the architecture variable makedeb uses to get the architecture from, with makepkg this can be overwritten with the `${CARCH}` variable when calling makepkg, but makedeb's variable,...

Would you want this to just remove `pkg` and `src`, of should things like downloaded files and built packages also be removed? I'd personally prefer all of it to be...

It's an interesting idea, things like Google Chrome do that when installing, and I definitely think it can help. I'm looking into publishing makedeb .Deb files on each release in...

`sudo` is hardcoded in some commands makedeb calls, that's probably why. I would've sworn sudo was a dependency of makedeb, guess it didn't get set. Would you have any objection...

I remember seeing this on the `rustc` MPR package a while back, I'll confirm again later though. Haven't looked into what might be causing it yet either