escondida

Results 12 comments of escondida

I've fixed this, I believe, over at https://github.com/escondida/ddate . I'd initially planned to do a proper pull request (even started with a different one), but since this repo seems to...

As a side note, I've fixed the "undefined" behavior when you ask for, say, the weekday name or day number on St. Tib's Day but didn't include %{ beforehand.

For reference, the way Arch does it is by providing the _licenses_ package, which is part of the base install, and installs licenses to /usr/share/licenses/common. It is then up to...

This would also be a good time to get in touch with distribution package maintainers. Distributions that have a nonprofit API account with Google may be able to include distribution-specific...

I think that context is sufficient to indicate that the date 2020-05-02 is a date rather than an arithmetic expression: ledger's format is well-documented, so it's clear where dates are...

As an addendum, steam seems to _partially_ implement it for at least the overlay since vulkan came about. However, the spec specificially...specifies...that all the XDG dirs are variables, and Steam...

Since after all these years, Steam *still* creates no fewer than 4 garbage files in $HOME, a non-optimal workaround is to create a wrapper for steam: #!/usr/bin/env sh HOME=$HOME/local/data/games/steam_garbage #...

@tkorvola: have you had a chance to debug this any further? @fundamental: do you have any ideas about what could be causing this?

I definitely like snippet-style configuration when you're dealing with a complex configuration, but doas's is dead simple. Mine's literally one line long. I guess my question would be what the...

tkorvola, as mentioned setting that won't futz with how tabs are displayed when you're actually editing the file, it's just for its internal black magic. -nlp seemed the lesser of...