xaltsc

Results 11 comments of xaltsc

Yup, or at least the `tar.gz` files as they're most used on Linux and I doubt Windows users have a use for it. Homebrew (if that still exists) may use...

I don't have any mono fonts on my computer that have this particular set of character (which is why I need your font :D) However, if you're looking for ttf/otf...

I just came across SITX font's repo and they do exactly whay I suggested with ss01 https://github.com/stipub/stixfonts

Since it's been fixed apparently, is it included in the 1.3.4 release ?

I'm just storing information given by the events (think those of WlOutput for instance) in an array/HashMap. Right now, I have to manually declare a key associated to each variant...

Out of curiosity, how would you manage events ? Without further assumption on use, proxy type, etc, just as a source of information to be queried later.

A quick way around this, which should fit most usage cases as room names don't change often, is to replace line 1165 by the following piece of code ```python if...

I haven't tested the PR, but from what I can tell, this shouldn't work with CalDAV calendars of type "discover" as in khal's configuration. As I understand it, when adding...

Can confirm the same happens with GTK 4, and that installing downgrading TypeScript to 5.7.3 seems to fix it.[](url)

Mounting `zimbra.tld/dav/[email protected]` with other stuff (DAVx5, `davfs`) show that files indeed have a `/` in them, `davfs` replaces them with a `-slash-` whereas DAVx5 just leaves it as is.