Massimiliano Mantione

Results 14 comments of Massimiliano Mantione

I also need this, but I also have very limited OpenGL experience :-/ Any chance to collaborate on this somehow? BTW, @TobiasMorell , I tried to open more than one...

> The equivalent of `events` on this type of handle is not implemented at present although I think it should be possible (though I haven't tested this). Could you please...

Is this hard? I am working on a project, I started using the nodejs bindings because the project fits the "async" paradigm well, I know Javascript very well and I...

I understand that the protobuf "spirit" is that everything should be optional to allow protocol evolution, and presence should be checked at the application level. So, I understand that evety...

As a side note, it would be nice to have `Key` implement both `Display` and `TryFrom`, so that implementing serialization to and from strings becomes trivial (and there would be...

I had a deeper look at the code, and IMHO `Key` should be just like `KeyEvent` in crossterm, and the function `map_key` should do nothing. I realize this would be...

Just at 1st sight, wouldn't it be possible to adapt the `schema!` macro from this project to emit annotated types for Juniper? In which other ways (apart from the "schema...

Note: I tested this on a bare metal cortex-m (and RP2040 board). Everything works as expected.

Of course, do not worry! I can always reference my fork from my cargo builds :-)