Gary Trakhman
Gary Trakhman
This was due to infinite recursion in the Display impl generated by thiserror, and didn't have anything to do with anyhow or uniffi::object. This is the second time I've managed...
related rust issue: github.com/rust-lang/rust/issues/45838#issuecomment-671635048
I pulled the elisp again from 29.1 and hit the next issue, seems to be a problem with cl-loop? ``` -----LOAD ERROR START----- (defun find-library--from-load-history (library) ;; In `load-history', the...
It looks like it's using the elisp eager internal-macroexpand-for-load function, which I see you've worked around elsewhere in lisp/loadup.el. Is that what it should be using? I'm wondering if it's...
I was able to capture the rust backtrace, I think I don't quite follow how rune decided this has to be a symbol. I wonder if that's only resolved once...
Just to understand, could there be a difference in generated bindings across platforms due to conditional compilation within uniffi itself? If user code that depends on uniffi has its own...
I had the container toolkit installed in the host OS (tried to use it for steam-headless in the past), but I used the manual setup method for wolf. I tried...
Aws-lc-rs is pretty broken for our build in comparison to ring, as I discovered when jsonwebtoken removed support for ring and made aws-lc-rs the default: https://github.com/Keats/jsonwebtoken/issues/468 Ureq->rustls->ring has been working...