B. Kelly

Results 56 issues of B. Kelly

When searching, clicking on one of the results just adds it to the queue; there's no way to go from the search result to its enclosing directory or album. Furthermore,...

I have (for the purposes of this bug report) two snapdroid instances: `bullhead`, running LineageOS 17 (Android 10) on a Nexus 5X, and `sargo`, running LineageOS 19 (Android 12) on...

I'm using this locally and it seems to work fine. If display names are ever used to derive nicks this will need more work (in particular, send `NICK` when a...

The idea is simple: rather than force-joining you to all your Matrix channels, support `LIST` to list all of them and let the user opt-in from the IRC side using...

enhancement

My homeserver runs on `matrix.ancilla.ca`. In order to use it without the leading `matrix.`, the webserver at `ancilla.ca` serves redirects on the `.well-known/matrix` directory: ``` $ curl -i https://ancilla.ca/.well-known/matrix/client HTTP/2...

bug
good first issue

For native Matrix users, the mxid is usually at least somewhat descriptive, but for users bridged in from other protocols the mxid is almost universally useless. For example, any matrix...

I've talked a lot about implementing things like an optional C backend to speed up vstruct, but how slow is it really? I need a way to consistently test performance...

It is often convenient to incrementally build a format string, creating format strings describing individual sub-records before combining them into something larger. This is currently unwieldy and must be done...

It should be possible to refer to already-read values in an easy way, rather than needing to make multiple calls to unpack. For example, length prefixed strings, which are currently:...

It is common in parser libraries to offer parser combinators, where the individual elements of the parser are values in their own right and combinator functions can be used to...