Vyr Cossont
Vyr Cossont
To repro: 1. Start with the [`Samples/HelloWorld`](https://github.com/autc04/Retro68/tree/master/Samples/HelloWorld) project 2. Replace `hello.c` file with `hello.cpp` below 3. Replace `hello.c` with `hello.cpp` in `CMakeLists.txt` 4. Build for 68k 5. Run resulting app...
All native runtimes now log frame durations and print a brief histogram to the console on a successful exit. This is intended for investigating #554 more easily than by eye,...
Switching to the glfw native backend for macOS is a possible workaround for the minifb framerate issues in #554.
# Description This pull request excludes self-replies that mention other accounts when fetching an account's timeline with replies excluded. Normally, self-replies should be included, but it's possible to reply to...
# Description This pull request implements a client-side filter API compatible with the Mastodon filter v1 API. It does not implement the Mastodon filter v2 API, although it does add...
# Description This PR implements Mastodon-4.0-compatible server-side filtering, aka v2 filtering. Statuses matching a filter with a `warn` action will have a `filtered` field added to them so that clients...
### Is your feature request related to a problem ? As a user on a phone with a bad connection, I want to avoid both losing my post if my...
When [relationships](https://docs.joinmastodon.org/methods/accounts/#relationships) with multiple accounts are requested, but not all accounts have a relationship with the requesting account, the resulting array may contain gaps, and is incorrectly serialized: for example,...
The output of the [conversations API method](https://docs.joinmastodon.org/methods/conversations/#get) is an array of [`Conversation`](https://docs.joinmastodon.org/entities/Conversation/) objects. These are meant to have [an `id` field with a string value](https://docs.joinmastodon.org/entities/Conversation/#id), but Pixelfed's implementation returns a...
No matter what arguments are used to the [update media attachment API method](https://docs.joinmastodon.org/methods/media/#update), the `description` and `focus` of the resulting attachment are always `null` and `{"x": 0, "y": 0}` respectively....