Raphael Amorim

Results 555 comments of Raphael Amorim

Here's the piece of code https://github.com/raphamorim/rio/blob/4623f23b200e82a056391dd39a9eb9ba76027207/sugarloaf/src/context/mod.rs#L93-L132

Wow thank you for detailed issue Is this happening in the last homebrew version?

Hey @tsssni thanks for the issue! hmm, very interesting. Rio follow this conversion: https://github.com/raphamorim/rio/blob/main/rio-backend/src/config/colors/mod.rs#L425-L473 ```rust fn decode_hex(s: &str) -> Result { (0..s.len()) .step_by(2) .map(|i| u8::from_str_radix(&s[i..i + 2], 16)) .collect() }...

was it working well on v0.2.20 or 0.2.19? i wonder if is the cap protocol was introduced on those versions

Hey @cacilhas could you check with latest? if does work will look for next version. My guess was it was an ime issue fixed in .2.25

thanks for the issue! Hmmm, I believe this works on MacOS/Linux/BSD but not Windows and I found out why https://github.com/raphamorim/rio/blob/59aace1437b30418970fcbbc641515e45c126906/teletypewriter/src/windows/mod.rs#L35-L38 , apparently args doesn't do anything 😢 (we would need...

Fixed in https://github.com/raphamorim/rio/commit/ab480e976268774aacc6ae0bd5233a57fd6072cd 🙏 Closing this issue for now. Next version you should be able to use args :D

I apologise, i forgot to reply this issue. Yes it would be something cool to do