Sage Pointer
Sage Pointer
**Frequently asked questions** - [x] I have read [Frequenty Asked Questions](https://github.com/oerdnj/deb.sury.org/wiki/Frequently-Asked-Questions) **Describe the bug** php8.1-gd does not include [AVIF support](https://php.watch/versions/8.1/gd-avif). **To Reproduce** 1) Install php8.1-cli and php8.1-gd from either ppa:ondrej/php...
- [x] I have searched [open issues and pull requests](https://github.com/2factorauth/twofactorauth/issues?q=is%3Aopen). The issue I'm creating is not a duplicate of an existing open issue or pull request. ### Information about the...
- Gitea version (or commit ref): ced08d1 - Git version: 2.15.1 - Operating system: Linux - Database (use `[x]`): - [ ] PostgreSQL - [x] MySQL - [ ] MSSQL...
## Description suggestions It will be nice to see on the tray icon whenever there is incoming/outgoing traffic to the Nekoray (shown by up/down arrows for example) ## Necessity of...
In cat-file output, regular commits have following keys: author (one who wrote code and sent diff content) committer (one who commited that code to repo or merged PR) Tag commits...
This change allows to use multiple array formats in config file. Previously, the only one notation was this: ```define('OPTION', serialize(array('value1', 'value2', 'value3')));``` Now it's allowed to also define array directly...