Alexander Huszagh
Alexander Huszagh
OK, I've been looking at this carefully and currently am implementing `bf16` and `f16` support. However, I don't see `f128` support coming any time soon, just because of the complexity...
Ok full support for `f16` and `bf16` has been implemented, with minimal types `bf16` and `f16` being publicly exported in `lexical-core` and `lexical`. These have `to_bits()` and `from_bits()` which take...
If you can create a reproducible test case, I'll be glad to reopen this issue.
I'll re-open this then, which Ubuntu version are you currently using so I can create a reproducible test case in a VM?
Closed since this is now documented, with an example provided, and the rest is platform limitations with how title bars work.
In Matrix chat we were able to reproduce this: I'm trying to find an adequate solution.
The following reproduces and solves the issue, and so although this is different than the example in the original case (which I believe has been fixed), remember that proc macros...
I believe this has been fully documented on the [wiki](https://github.com/cross-rs/cross/wiki/FAQ#procedural-macros) now, including a full example to a working [project](https://github.com/cross-rs/wiki_assets/tree/main/Recipes/sqlx-proc-macro). If this is still an issue, let me know and I...
> I assume there was no further progress made on this? Is there maybe a workaround at the moment which would allow running cargo-deb in cross without any direct cross...
> Can you verify that #296 solves your problem? Yep, it does. Wonderful, thank you.