Hubert Hirtz

Results 13 comments of Hubert Hirtz

My use-case for formatters on @-keywords is that I need to compute the previous/next index in a loop. In the template I have the following: ```html {{ for graph in...

> Thus if the capability is enabled, then we should prevent auto > playback and allow the client to fetch the buffers as desired using > the `CHATHISTORY` commands. The...

It's possible for a bouncer to implement message-id even when upstreams don't. Yes, it will lead to loss of client tags - when relaying messages from downstreams to upstreams (e.g....

Server implementations: - [soju] Client implementations: - [gamja] - [senpai] - [weechat] (via a plugin) [gamja]: https://git.sr.ht/~emersion/gamja/tree/93ba0e64432edf46743f2f15cb6c1da3ba36dcf5/item/lib/client.js#L25 [senpai]: https://git.sr.ht/~taiite/senpai/tree/3904c9190d94f273c0ae9937d3161b9fe4adf856/item/irc/session.go#L62 [soju]: https://git.sr.ht/~emersion/soju/tree/b2957c05d522f6c7e19fc6d50d5e85e774f31bc8/item/downstream.go#L225 [weechat]: https://github.com/weechat/scripts/blob/b1208fb65be461c0e0be1f2a1613b889d73fab46/python/soju.py

Sorry if this is obvious, but if the server needs to wait for the client to send the `endpoint`, what is the use of the `webpush` capability? Also it's not...

I've also encountered this problem on alpine. It happens when calling `sqlite3_libversion_number` (i guess this is the first C call made by the library in `Connection::open`?). The compilation flags used...

https://github.com/vbarrielle/sprs/commit/d2f0da76df51be6e81839b04ed64c5121a2ec640 is the first bad commit

Might be related to https://github.com/rust-lang/rust/issues/85063