Luca Barbato

Results 667 comments of Luca Barbato

It is quite a corner case, I'm not even sure there is a way to workaround it since for rustc the target is exactly the same.

A custom color scheme, the bright-colors felt a bit too bright so I started to look into having the scheme matching the one I see in other clis.

Thank you :) I was planning to simply take one function per field type and simply expose owo_colors since all in all it is simple enough and the functions signature...

I might have some time during the next week if I can help.

Wow, that's a lot to look at :) Probably I can fill in some of the `todo!()` missing if they are self-contained, I was thinking of using bpaf for the...

Resuming the work on https://github.com/home-assistant/core/pull/114290 would solve it, but looks like many people attempted to deal with it and got quite a bit of friction.

Looks like we are tripping on https://github.com/servo/ipc-channel/issues/266, maybe redesigning the pool to be bidirectional w/out needing to create a new back channel per message might solve it.

I'll try to refactor first the codebase first so we could abstract the channel details away and pick whichever works. https://github.com/mitsuhiko/procspawn seems to do exactly what we need so maybe...

I need the time to write a small testcase to give scallop an async interface so we can experiment with the different rpc/ipc.