Mateusz

Results 24 issues of Mateusz

Hi! I recently started rewriting this project I found https://github.com/dans98/pi-h264-to-browser using rust by using rascam. Got an already working prototype and the performance is much better then with that python...

Hi, I am thinking about buying an MKS Robin but using and closed source software isn't an option. Can you provide what is working and what not? Is that firmware...

## Description Allow the usage of global variables from defwindow like in :monitor ## Usage Main use case is workaround current Wayland/Gdk limitation of picking up monitor the point is...

I created a sample repo with does reproduce the problem under Linux https://github.com/dragonnn/mimalloc-rust-box-pin-crash If it uses nightly-2023-05-26 with is the first version that started crashing my bigger project where I...

Hi! I am interested in testing that project but before I invest into ONDROID N2 I have a question if it is possible to passthrough android auto from a phone...

An issue I found, when you defined an Urc like that: ```rust #[derive(Clone, AtatUrc, Format)] pub enum Urc { #[at_urc("+CREG")] Creg(UrcCreg), #[at_urc("+CMTI")] } #[derive(Clone, AtatResp, Format)] pub struct UrcCreg {...

This is partly connected to https://github.com/BlackbirdHQ/atat/issues/179 If I don't add +CREG Urc to my URC enum and the modem sends the URC any URC happening after it isn't handled, I...

I somehow possible to skip the child definition and just for example use: ```rust #[xml(child = "*")] childs: Vec, ``` or ``` #[xml(childall)] childs: Vec, ``` I have an enum...

I am playing with set_coper, I don't remember from where I found that info but I am using it with that formula: ``` let value = (core * 0x100000) as...

Although on_dispatch and on_transition hook are intend to be used for loging in some cases it can be useful to abuse them to have a global even handler that stores...