Luca Ciucci
Luca Ciucci
I think a better solution would be to use the [`based`](https://github.com/typst/packages/tree/main/packages/preview/based/0.1.0) package: ```typ #import "@preview/based:0.1.0": base64 #let img = image.decode( base64.decode(your-data), format: "png", ) ```
I see that some CI checks are not successful, but the errors are unrelated to this particular PR, am I right?
I have the same problem, I didn't expect `--flexible` option to behave this way
Yeah, I think this would be really useful for working with automatic differentiation or arbitrary precision types. AFAIK currently the only way to use rust-num with these types is using...
Any update on this?