Ian Wagner
Ian Wagner
Summing up a [Slack thread](https://osmus.slack.com/archives/C04G140P9U6/p1733225198627019) started by Ruben: > I'm curious if anyone else is having issues with using emulators? I keep getting crashes after rotating the map. This does...
Yeah, here are my environment details. # Host OS macOS Sequoia 15.1.1 (24B91) running on an M1 Max MBP # Android Studio Android Studio Ladybug | 2024.2.1 Patch 2 Build...
Interesting... So the SDF Glyph Renderer code just takes the data as-is. It deals with pixels in a bitmap. https://github.com/stadiamaps/sdf_font_tools/blob/1cd94bb413f350dbd4869ce1df852ff23b7b044f/sdf_glyph_renderer/src/core.rs#L98 I can see that the buffer is a fixed value...
Nice work! Sorry for the late reply; I haven't even tried to get spritezero running in years, so I'd probably have done the same thing 🤷
It did eventually resolve itself after multiple attempts (5?). It did not however resume where it left off, which was strange. I'll follow the debug logging instructions if I run...
Sorry to necro an old thread here, but I've done that thing where I go searching on the internet and come back to.... my old issue :P This problem has...
Yeah. We actually resolved most of our issues by switching away from the b2 CLI and using the AWS s3 CLI instead. The sync operation in particular seems most reliable....