George Douglas Snyder
George Douglas Snyder
I have this issue as well. If I run the container without a different/non-root uid, it works fine (uses `/root/.cargo/env`). Running OSX Big Sur with Docker installed through the homebrew...
Management of the PAT has been a big obstacle for us, since it makes the aggregator fairly unreliable - in particular because PATs become unusable after the owning user's password...
During a user's interaction, an app may access/hold credentials or data that the user is not authorized to have. If the app were to put either of these into the...
For me it was that one of the values started with a "#" and was not quoted. This commented out the remainder of the line and value. It was a...
@davidmoten I was just commenting on what configuration for openssl could cause this error, since I came across this thread for the error message matching what I received while using...
@ismartcoding Thanks for the note. I noticed that, but even with the long password there are a couple challenges behind the proxy. Here is my explanation of those: - User...
@ismartcoding That would be one way to address it, and if I could tell it to bind on localhost/127.0.0.1 instead of the LAN or carrier IPs, it would essentially be...
I did find this in the [vite documentation](https://vitejs.dev/guide/build) -- so it seems like maybe that [`define` for `process.env`](https://github.com/spotDL/web-ui/blob/master/vite.config.js#L8) might be what's causing the values to be statically replaced. It's kind...
@jspiers you could be right, but it looks like `master` was updated to use `vite` version `5.x` about 4 months ago (package.json) but `dev` has only been updated to a...
I brought down the project and built it and the resulting minified javascript is almost identical to the one checked in, except that a few identifiers are different (just that...