Eyal Chojnowski
Eyal Chojnowski
### Flameshot Version Flameshot v12.1.0 (-) Compiled with Qt 5.15.10 ### Installation Type Linux, MacOS, or Windows Package manager (apt, pacman, eopkg, choco, brew, ...) ### Operating System type and...
The function `__wbg_height` in the Rust WASM imports expects that the value returned by `rawImports.Block.height()` is a number. https://github.com/warp-contracts/warp/blob/25b2abd35172cb14f4aff384eb3e07961c2a1eb8/src/core/modules/impl/wasm/rust-wasm-imports.ts#L710 When using ArLocal, the value is effectively a `number`, it is...
Implements the idea discussed here https://github.com/warp-contracts/warp/issues/284#issuecomment-1359224307. It allows the usage of alternative serialization formats to JSON for the initial state and the communication between WASM & JS. It implements Messagepack...
There is no aur package of this program available yet and I'm not doing very well with deps apparently so it would be nice if someone could help :)
I was excited to see the support of `#[frb(ignore)]` for struct fields and was a bit frustrated when I realized it seems not to apply for non opaque structs. I...