Darrien Glasser

Results 29 comments of Darrien Glasser

If you throw the theme on gogh, you can also see it and easily apply it to a bunch of terminal themes :D https://github.com/Mayccoll/Gogh

The linuxserver.io image uses sqlite which does not allow concurrent writes and has to be run in a "job queue" application side or use polling on the lock to see...

I found this happened to me when I uploaded the same document twice. It uses a checksum for seeing if the files are the same or not. Filename does not...

FYI you shouldn't have your hard drive sleep. Waking it constantly lowers the lifespan of the drive: https://runyoncanyon-losangeles.com/popular-lifehacks/is-sleep-mode-bad-for-hard-drive/

Could someone put up the "raw" 16 color palette for terminals other than iTerm and ?

Glad I can help! I love the product. It happens on Firefox v69/70 on macOS Catalina.

Docker runs on most platforms, so any OS is fine. Most "single binary" images tend to be based on alpine linux, but Debian, Ubuntu, Fedora, or the like is a...

At work we use a modified version of [docker-library](https://github.com/docker-library/official-images/tree/master/bashbrew), which is likely overkill. It looks like the docker foundation [has their own GitHub integration](https://docs.docker.com/docker-hub/builds/link-source/) which will probably do this in...

If you're ok with Travis (which isn't on your machine, but it does look like your build system) you can build through that on a tag release: https://docs.travis-ci.com/user/docker/ and https://docs.travis-ci.com/user/deployment/releases/...

FWIW - I'm not entirely certain how the release process works for borgbackup. If you on the other hand make tags on your local machine and then push the tag...