Samuel

Results 3 issues of Samuel

On Ubuntu 24.04, run: `$ cargo run --example match-font -- "Ubuntu"` Output: ``` Path: /usr/share/fonts/truetype/ubuntu/Ubuntu[wdth,wght].ttf Index: 393216 Family name: Ubuntu PostScript name: Ubuntu-ExtraBold Style: Normal Weight: Weight(400.0) Stretch: Stretch(1.0) ```...

This code panics on macOS: ```rust use std::sync::Arc; fn main() { let (font, i) = find_system_font("Apple Color Emoji"); let face = harfbuzz_rs::Face::from_bytes(&font, i); let _ = face.table_with_tag(b"GSUB").is_some(); } fn find_system_font(name:...

### Describe the bug Heroic doesn't open on Ubuntu 24.10 with Wayland and NVIDIA drivers. Both Flatpak and .deb fails with the same error. ### Add logs ```text [13:1030/105151.856892:ERROR:wayland_event_watcher.cc(43)] libwayland:...

bug:unconfirmed