gudzpoz
gudzpoz
This pull request adds in the ability to inspect and edit LEB128 data in the data inspector: #605
### What feature would you like to see? Display values for LEB128-encoded integers in the data inspector. A PoC is available [here](https://github.com/gudzpoz/ImHex/commit/9a5916151edb99f335e103a2eb764ce7541fde96). ### How will this feature be useful to...
### Describe the bug Pleroma can't follow Nextcloud/Social users or receive posts from them (while for Mastodon it works just fine). 1. Pleroma cannot fetch the user info when searching...
Discovered when playing around https://github.com/ledger/ledger/pull/2246 and [building wheels with `cibuildwheel`](https://github.com/gudzpoz/ledger/actions/runs/7772173847/job/21194295470). ### Reproducing Steps Build ledger with `-DUSE_PYTHON=ON`, install it and run `python test/python/TransactionTest.py`. It is also reproduced when running Python...
This PR introduces the following features: - Mouse wheel zooming now zooms where the cursor is located. - Pinch to zoom. - Swipe up to close the gallery. Well, since...
This PR attempts to address #135 by [generating `.d.ts` files from `.js` directly](https://www.typescriptlang.org/docs/handbook/declaration-files/dts-from-js.html). Some JSDoc is added to provide better type hints. Most of the changes are just JSDoc comments,...
The PR #101 handles null values only when `injectObjects` is set to true. When `injectObjects` is undefined or false, null values are not handled at all, somehow triggering a `TypeError`...
The current implementation requires the following server actor to have an id ending in `/relay`: https://github.com/yukimochi/Activity-Relay/blob/7f942e79cbd845374b7ca5261b64725ac1b2b752/api/resolver.go#L185-L188 However, [Friendica](https://friendi.ca/) allows setting different actor names for the server actor, thus making it...
This PR adds Revolt server invite badge, based on the #7071 PR. In addition to addressing previous review comments, this PR adds a bit of documentation and a `revolt_api_url` field...
1. Using Extend\View extender now; See: https://docs.flarum.org/extend/update-b14.html#view-extender 2. Using Laravel 6 helper functions now; See: https://docs.flarum.org/extend/update-b14.html#other-changes 3. Acquiring url() by injecting Flarum\Foundation\Config now. See: https://docs.flarum.org/extend/update-b14.html#application-and-container