Vyr Cossont

Results 49 comments of Vyr Cossont

I've got a feature branch here, implemented as a new folder of Stencil templates called SwiftCombine: https://github.com/VyrCossont/SwagGen/tree/swift-combine Basics are functional; I've got enough working to support a simple Mastodon client,...

1. Quite possibly. I'll try to reduce the issue to a minifb-only test case, and if I can do that, I'll close this out and open a bug with upstream....

I should probably add a note here on **Impact**: point 1 only affects attract modes/title screens, and goes away when the user starts interacting with the cartridge.

Just confirmed that this does not affect the Windows native runtime, and also that sound is not a factor, just a symptom, as the Mac native runtime develops framerate issues...

If that's an acceptable workaround, I've put the change of the default macOS native backend in #574.

Sorry, one more note: I've noticed as I work that the minifb macOS runtime may develop framerate issues regardless of whether the user is interacting with it, so the problem...

I've tested on Windows and not seen any obvious framerate issues with the currently shipping minifb backend. Haven't tried Linux outside of a VM, but didn't see any obvious issues...

Might be worth adding framerate instrumentation to all of the native backends too, since that's a feature we have in the web backend. I'll look into it.

Hit a similar problem myself, and in that case, I cannot simply call `from_le_bytes` on the struct being unpacked, because it's normally nested three levels deep in other packed structs...

Confirmed on 4.0.0rc2. Searching `from:localuser` succeeds, while `from:[email protected]` also fails. I suspect the issue is [here in `app/services/search_service.rb`](https://github.com/mastodon/mastodon/blob/eb51e43fb4386120f77f2ff99581f15018a81bd4/app/services/search_service.rb#L90-L94): an `@` or `#` anywhere in the query will skip full-text search...