Brett P.

Results 22 comments of Brett P.

I've been using this for a while now on my mac to bundle the java up into a DMG and run it like a native app. It's a simple bash...

I've started looking at this, and I see two avenues of completion. The first would be to have a separate object which stores user messages by user, then by channel....

@scsddeputy I ended up implementing what you suggested (as it makes the most sense) and created a pull request for it. See mccxiv/tb#2 for its status. That is kind of...

I know the feeling. Am waiting for a memory diagnostic to finish on my desktop, so I decided to work server-side and do _something_ productive.

I like the idea, but would choosing between a streamer's icon and their name (or both) suffice for this? I'm envisioning a toggle within the settings so all tabs are...

You could also leverage a project like [Traefik](https://traefik.io/traefik) to provide reverse proxy to multiple projects, and the only addition to this one would be some docker-compose.yml configuration changes (or potentially...

The default is still mysql / mariadb. It adds a new `WARDEN_DB_SYSTEM` variable that is either mysql / mariadb or postgres. It will include the proper partial(s). The current drawback...

While I understand the point of this PR, I do wonder if this is the right way to approach a "backup" solution. I'm not sure about redis and elasticsearch, but...

Another thing to consider is that this is a generically named "backup" command; however, it's very clearly tailored to a Magento install. If you run the "all" command it's assuming...

I believe the intention is that the work in Den is going to be merged back into wardenenv/warden. I'm sure it's a large effort to merge these two codebases. For...