bemyak

Results 44 comments of bemyak

@Yetangitu, maybe it's worth taking a look at how webdav auth is implemented? You can generate an "app password" at `settings/user/security` at the very bottom of the page to avoid...

The problem is that KWin scripting API does not expose primary screen information. The best thing I could come up with is this patch to `main.js`: ```patch @@ -1,3 +1,5...

I was looking for any repo with up-to-date D&D resouces and I found `astranauta/astranauta.github.io` It uses JSON to store data and gets regular updates.

Yes, of course it doesn't. But some people uses this repo for their own projects as source of data.

I experience a similar issue on Sony Xperia XZ1 Compact running Android 11. I narrowed down the problem to the `uniform` feature. If I hardcode the value, the game no...

The issue is present on `4.1.1.stable` and on `v4.2.dev2.official [da81ca62a]`; `3.5.2` works as expected.

I updated my implementation of the `split` command: https://gitlab.com/bemyak/roll_bot/-/blob/be5883b25859860b7c6aec5cb191d5dfe24ceed3/src/telegram.rs#L526-634 It is very specialized: it works exclusively with HTML markup and has a fixed "separator priorities" feature (first, it tries to...

I have a similar issue but with an actual calendar, not a task list. It was created with [DAVx⁵](https://www.davx5.com/) with VTODO and VJOURNAL support, and before nextcloud-calendar update, it was...

So far one can use the master version: ```toml epd-waveshare = { git = "https://github.com/caemor/epd-waveshare.git" } ``` I've found an issue with the `Color` type, which prevents using the library...

I've posted my changes here: https://github.com/caemor/epd-waveshare/pull/196 Hope the maintainers will have a chance to take a look before the next release :)