Alex Saveau
Alex Saveau
I think this led to conflicting trait impls, but I recently read this so could probably figure out a way around it: https://willcrichton.net/notes/defeating-coherence-rust/
You should be able to get things to compile just with nightly and then I can clean up whatever the lints whine about. Don't have access to a computer for...
I don't care about API breakage, so I'd prefer we fix the extension trait. IIRC I didn't want people to interface with the specific trait impls and instead just import...
> Not sure where the problem is. I guess my concern is that there a number of usages of `UnicodeWidthStr` that may or may not be correct. Some examples: -...
Ok, so to summarize everybody would be ok with just fixing `Span::width`?
@PgBiel I've run into this too and I think it'll be a common issue. What if we replaced the string with an array? That seems to be the fundamental flaw...
`sudo apt install pkg-config libglfw3-dev libfreetype-dev libcapstone-dev libdbus-1-dev libxkbcommon-dev` for those needing deps on pop-os.
Can the build be rerun? I just ran into this issue.
There's also https://github.com/tokio-rs/io-uring/pull/256
Hmmm, other folks have had no issues: https://github.com/SUPERCILEX/gnome-clipboard-history/pull/209 Are you sure the extension is up-to-date (version 47)?