Radon Rosborough

Results 871 comments of Radon Rosborough

I'm developing my own Emacs calendar interface to solve this problem. It will be designed to integrate well with [vdirsyncer](https://github.com/pimutils/vdirsyncer). The code is only at a very preliminary stage, and...

Of course—although obviously that is in the future since as I've said above the code doesn't actually do anything yet.

Maybe the version of Kotlin used by kotlin-language-server is hardcoded to 1.6.0 and I need to upgrade to a build from source as https://github.com/fwcd/kotlin-language-server/pull/414 has not made it into a...

Followed the instructions in [Building](https://github.com/fwcd/kotlin-language-server/blob/main/BUILDING.md) and with that version the error no longer occurs. Would be great to have this documented. I'm happy to help if that would be handy.

Is there a way to instruct Kong to only accept a single argument for a `[]byte` field?

See also https://github.com/marlonrichert/zsh-autocomplete/issues/576 for a slightly different conflict between zsh-autocomplete and zsh-autosuggestions.

I compiled 8c5655cf9f92b0bfbbe4da1ad7cc555f31d317fb from source (free version) and ran the same steps as above on it. Same result. This suggests to me that what changed is not something in a...

It seems that this is categorically not possible in the current implementation of PhotoPrism. From what I can tell, viewing an album uses the same `/api/v1/photos` endpoint as search, with...

That's what I gathered from reading the code. Perhaps a simple solution to start: add an option to sort by "date added to album", which would use the `created_at` or...

We could use the `order` column in the `photos_albums` table, and instead of setting every row to 0 like present, populate it with auto-increment by default, and when adding a...