Yuri Iozzelli

Results 44 comments of Yuri Iozzelli

There isn't a full test case, so I just tested `string_view` comparison with `char*` in `genericjs`, and I can't reproduce this issue with [Cheerp 3.0](https://github.com/leaningtech/cheerp-compiler/releases/tag/cheerp-3.0), so I am closing. Feel...

Hi @jburse , thanks for your report! How did you create the `JDialog`? If you didn't specify the parent, `Dialog.ModalityType.DOCUMENT_MODAL` is not enough to prevent clicking on the applet. You...

July 30-Aug 1 does not work for me. Fine for all the other options.

We have a similar use case in [CheerpJ](https://cheerpj.com/) (JVM running in the browser): C++ JNI code that access Java byte arrays expects to be able to do arbitrarily sized load...

@knarkzel I am trying to make esp-idf for rust work on nix, same as you. I took a step back and side-stepped the issue of the idf source not being...

We recently implemented partial `anyref` support in [Cheerp](https://github.com/leaningtech/cheerp-meta). Cheerp is a C++ to JS/Wasm compiler. Unlike Emscripten/upstream clang, it supports both a linear memory mode (used for Wasm) and an...

We don't need to wait for embedded_graphics necessarily. We can already offer the async api to users that don't need the high level drawing methods. About the duplication: yeah, not...

for code metadata we deal with binary offsets by placing the annotation next to the item that the offsets points to (instructions in this case), so that the offset is...

Just thinking out loud about the implementation of this in the new custom section support in the interpreter: We can still use the current custom section handler for the name...

Thanks for the recap! Nice to know that there are no real blockers.