Tomasz Gryzoń
Tomasz Gryzoń
Addressing the most pressing concern: - the 0.9.0 release binaries are working on NixOs as is - there is a PR to bump the zls on nixpkgs https://github.com/NixOS/nixpkgs/pull/151880
Also: #131 The tests should happen using lowest supported minor version of Python (so 3.8 as of now)
So: - can we check installation without uploading new version to public pypi? (maybe) - generate ca - generate dev cert - aseemble [some given sample] extension - sign extension...
Do I correctly presume that there is no builtin way to parse the UDA of `duration` type? That'd be really nice to have as well ;) I'm hand coding a...
@hpdeifel Hi, absolutely love the idea - my use case is sharing expenses with other people, so `amount / n` where `n` is the number of people and `2` is...
No idea how to fix it, however I was able to find a workaround in [one of the closed issues](https://github.com/alols/xcape/issues/8). Here's the workaround [implemented in my dotfiles](https://github.com/allgreed/dotfiles/commit/de9b833555e2fa0c4dc157ec9302a24550f643a1). I've tested it...
The [ISO-8601 Format](https://taskwarrior.org/docs/dates/#iso-8601-format-hahahugoshortcode-s3-hbhb), available since 2.4.0 helps a bit, however I tend to forget how the format is called, where to search for it and intricate details, such as: `2023-12-01`...
This is tagged as "icon request", however it's not one IMO
@justinfagnani Would it be possible to merge this? I'm building a library dependant on `mixwith` and have reports of broken builds in browser environments :c
@amgadserry I'm afraid that this will fail to import, left a detail comment in the code.