Nick

Results 88 comments of Nick

> Example when rendering some text in a wgpu app: > > ![image](https://private-user-images.githubusercontent.com/25723553/300070068-32f38c35-0df9-4a76-bf56-90dcfa4f76d6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDY4OTkzMzYsIm5iZiI6MTcwNjg5OTAzNiwicGF0aCI6Ii8yNTcyMzU1My8zMDAwNzAwNjgtMzJmMzhjMzUtMGRmOS00YTc2LWJmNTYtOTBkY2ZhNGY3NmQ2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDAyMDIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwMjAyVDE4MzcxNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTliYmM4NzE3MjUxNDFiMThhODQwM2U5YmQ4Nzg1MzAxZjBmNzNhNmQ0NTNiZGE4NzE0MGNlMjBhZGNlZWUwYmMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.gKYrrxcChokefuDfs2DYVW9v6RZ7CypBblKUHz7auMw) 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`.

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 ```