Émile Fugulin

Results 704 comments of Émile Fugulin

Its always a work in progress, we can keep the issue open for the color variable but in general "consistency" is not something we can promise as we upgrade each...

Why not implement a custom serde deserializer instead? It would be more idiomatic than going through a `FromStr`. Granted this is currently annoying to do without a clone because `ContentRefDeserializer`...

This is not needed, I did some tests. Please close @mattsse

This is not the solution because we try to translate that to a custom event which means the user would need to have a listener with a custom event for...

@Marcono1234 In general the idea is to build a "sans-IO" core and then have two implementations for async and sync IO. For what it is worth I am trying to...

Ha weird that it stopped working... Thanks for reporting, I will look into it.

@0xA1F1E Sorry been very busy, I didnt have time to look into it yet. Our docker image is public: https://github.com/caido/caido/blob/main/distribution/Dockerfile

Alright so I figured out the dependencies part, but it doesnt like it when I try to run it on macos M1 probably because of qemu. I will have to...