Nick
Nick
> Example when rendering some text in a wgpu app: > >  Any chance you can post the cosmic-text code that replicates this on your end? Would make it...
Edit: Glyph fallback _and_ empty run fix is merged into master now. I'll look into this overflow one as soon as I can repro it.
May be a little verbose to have two actions when you could just make it iced::window::set_cursor_hittest(id, enabled) instead?
Hi, it works similarly on macOS. The only difference is, on macOS the default is `true` where on win32 the default is `false`.
Add a configuration to scrollable to always show the scrollbar. Adds a disabled style for scrollbar.
CI Issues are unrelated to the PR.
Some more details: - It only happens for me when the block size is 256 bytes. - Using malloc inception with `DYLD_INSERT_LIBRARIES` and a module linked to the latest `libSystem.B`,...
The definitive fix is to update to Xcode 13.3, you may need to use the App Store or Settings App (I've had it come differently on two different machines) I...
You can run it with `lldb` to check the callstack. Our issue was actually logging the malloc issue (Source of this ticket and clippy issue): ``` rustc(14225,0x70000fab4000) malloc: *** error...
> Should I create a new ticket? If possible, debug cargo/rustc and print the callstack, if it's different, then definitely!
``` lldb cargo check (or w/e crashes) lldb:> process launch lldb:> process continue -> when it catches sigabrt lldb:> thread backtrace ```