Paweł Jankiewicz

Results 7 issues of Paweł Jankiewicz

I noticed that the drag is captured even when it is done on egui windows Adding ```rust if egui_ctx.ctx_mut().wants_pointer_input() || egui_ctx.ctx_mut().wants_keyboard_input() { return; } ``` in systems should fix this....

## Motivation This PR implements compression mechanism for tracing-appender crate. In our project we use tracing for event logging and they tend to be very big and compress quite well....

Related to #50, #81. I've implemented the ability to define custom tags so it is possible to define them like this: ```rust #[derive(Default, Debug, JsonSchema, Serialize)] #[schemars(extension = "struct_tag_1", extension...

Hi again! I see a lot of similarities between Bevy and Crux if I squint my eyes really hard. One example are capabilities both Bevy and Crux are meant to...

https://github.com/sonos/tract/tree/main/examples microsoft onnx model doesn't work - look at the examples maybe one of the models work. for the future - download onnx files to guarantee they don't change.

Or the library needs to be separated from actix

Model should can be local or URL.