Felix Schütt
Felix Schütt
> Before we merge this we also need to collapse the merge comment history. Not sure I understand, what merge comment history? Syrus wants to keep the merge commits, I'm...
@syrusakbary Please review + merge
> john: just one thing left - the bytes_available methods are meant to be implemented and not just return Ok(())
@syrusakbary okay, tests are finally passing, but I wouldn't merge it just yet because I'd need to review whether the old types are the same as the new ones esp....
Currently we can't merge this because of https://github.com/bytecodealliance/wit-bindgen/issues/323 @syrusakbary There are only a few types that are `repr(u16)`, I'll just backport them, so that we can merge this PR. EDIT:...
Do a warning instead of an error
Since we are unifying wasmer-cli and wapm-cli into one tool (this repo will be deprecated), I will publish to crates.io one last time when #281 is merged. After that, this...
@ulvido you can't, it would need modifications to the user code in this example
RTL - do you mean arabic / hebrew scripts? `printpdf` does not do text layout because that is way too complex for just PDF. Use https://crates.io/crates/azul-text-layout with `inline_text_layout.align_children_horizontal(StyleTextAlignmentHorz::Right);` You can...
@pikhosh RTL support is very difficult, I think I tried implementing it in `azul-text-layout`, but the only Rust crate that can reliably do it is `allsorts`, which is a very...