Ömer Sinan Ağacan

Results 317 comments of Ömer Sinan Ağacan

Do you know any IRC clients that has a feature like this? Would be good to take a look.

If we implement configuring *some* key bindings, with a little more effort we could implement configuring *all* key bindings. So I think this is going to happen for all keys...

Thanks for reporting, @eoli3n. From tiny's point of view, you're trying to connect to the same server (the bouncer) multiple times, which is currently not supported. I'll take a look...

I think I know how to implement this, but it requires refactoring some of the most central types. It will be fairly straightforward, but a lot of code will have...

This is because we don't currently do [tilde expansion][1], the string is used directly without any pre-processing. I'm not opposed to adding this. [1]: https://www.gnu.org/software/bash/manual/html_node/Tilde-Expansion.html#Tilde-Expansion

In my original message I forgot that simply using executor-specific spawn functions is not enough; I also need executor-specific IO primitives. One related example is this code: https://github.com/sdroege/async-tungstenite/blob/master/src/tokio.rs#L296-L363 By implementing...

Because there's no standard way to generate and parse boolean fields in a CSV.

This is a very common operation when implementing allocation routines. For example, in a language runtime, often you can only allocate words, but you still want to provide an API...

This will be fixed by https://github.com/rust-lang/rust/issues/88581.

How much work is needed here? Are there any similar examples in the repo that I can look and port for this? I want to experiment with rendering pango layouts...