Christopher Leggett

Results 8 comments of Christopher Leggett

Unfortunately from my research this is not possible, but a similar affect may be achievable with [this](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/browserSettings/overrideContentColorScheme). Never developed a Firefox extension before but I may try this later.

It looks like in libadwaita 1.4 Clamp now has a ["unit" property, which defaults to pixels but can be set to "points" which scale with the text factor](https://valadoc.org/libadwaita-1/Adw.Clamp.unit.html). It does...

So after adding my user to the usermaps section and my repo to the projectmaps section it worked, although from what I understood about the instructions I shouldn't have needed...

I doubt it. This was a very small project, somewhere in the realm of 25 issues. Whenever I deleted the comment everything else went through just fine. Thankfully the comments...

Yes the project is public on Gitlab, it's called fundwarrior, I have the same username there. The thing is, it'll probably work fine now since I deleted those comments from...

For the Record, `NO_COLOR` should probably also include removing the dim, bold, and underline control codes as well, would you agree? Or should that be a separate env variable?

Hey, random question, maybe I'm just not as familiar with the javascript ecosystem as I thought I was, but I noticed in both of these dockerfiles that partway through we...

Ok upon closer inspection I think I see where the app files get into that `/client/app` folder thanks to the volume mount in the docker-compose.yml file, But I'm still not...