Kane Valentine
Kane Valentine
Some small yet quite important changes. All tested and documented below: - Removes the redundant `mkdir /opt/camo` layer of the `Dockerfile` since `WORKDIR` makes the directory if it doesn't already...
I have installed liblz4-dev from my package manager (Ubuntu) but seems so matter what I try it can't find required libraries for the decompression. Do I need a different package...
Hello, in the Docker container, where does Cattaz store any created documents? Is there a single file path I can just create a volume bind mount to in order to...
Reminder to myself to refactor the Dockerfile to use an Alpine base image when I have some free time on a rainy day. :umbrella:
Let's say I have a module like `App::Example::Schema`, which contains my `red-defaults` like so: ``` red-defaults "Pg", host => "localhost", database => "example", user => "example", password => "password", :default,...
```raku schema(Account, Transaction).create; ``` Is there some syntax to apply the `:if-not-exists` flag when using this way of creating my tables?
It's nice that Red can create tables for me if they don't already exist, but would it be possible to have some way to enable extensions when they are needed?...
To bring the job in parity with others as discussed in the Discord; changes the ST and AOE combos to use their first skill in the chain as the combo...
Quick and dirty fix to remove query parameters from repo URLs in dalamud.log. PR discussed in #dalamud-dev on 2022-10-04.
Would it be possible for the course to have a dark mode CSS toggle? Reading so much black text on a white background really strains my eyes. :) Thanks.