Preston Lee

Results 11 issues of Preston Lee

All new macOS machines ship with an M1 or M2 chip that uses an ARM-based instruction set, not Intel/AMD x64. Any referenced images must support a "linux/arm64/v8" option in the...

bug

On the http://deskshell.org site, none of the download links seem to work. :disappointed:

Would you accept a PR for making the Dockerfile actually build the project? It doesn't really do anything except `COPY` in the build, which doesn't work for automated CI systems.

question
tech debt

The "latest" Docker Hub repository tag (as of today), v6.8.0, and v6.6.0 docker images are all failing to start in R5 mode with a Spring runtime exception at startup. It...

New BEP for volunteer storage networks with limited capabilities, using BEP-0027 and BEP-0036. Will also post a note on the mailing list!

Note: the String#camelize method is no longer available. Try something like this: ``` "two_words".split(/_/).map{ |word| word.capitalize }.join('') ``` :)

Placeholder feature request from to allow logins via OIDC/OAuth 2. Make a lot of sense, but will require some thought as to how this will work with existing account management.

I just opened a PR and noticed that the project license is unspecified. Could you please specify which license this has been released under? Thanks!