William Desportes

Results 176 issues of William Desportes

Clicking on the logo to go to the homepage is quite normal in most apps, it would be nice to have it Is it also possible to print in some...

https://developer.mozilla.org/en-US/docs/Web/CSS/text-underline-offset Adding support for this would be nice as it allows to offset a text underline ```html underline ```

enhancement
css

Before this PR it would build an invalid object and get the code in trouble. See: ``` MangoPay\Response { +StatusCode: "400" +ContentLength: "" +ContentType: "application/json" +Date: "Tue, 27 Aug 2024...

The IMAP functions got removed on PHP 8.4, they are not anymore in the default bundle. See: https://www.php.net/manual/en/intro.imap.php See: https://github.com/search?q=repo%3Aliuch%2Fdmarc-srg%20imap_&type=code Debian is now running PHP 8.4 as the default version....

``` File "/home/runner/work/website/website/files/models.py", line 417, in class Theme(models.Model): File "/home/runner/work/website/website/files/models.py", line 474, in Theme def supported_versions_list(self) -> list[str]: TypeError: 'type' object is not subscriptable ``` I have no idea on...

bug

Maybe more to be done, depending on Twig updates

Merge of 1.4.x into 1.5.x (#325) And of 1.5.x into 1.6.x (#326) And 1.6.x into master Closes: #323

Ref: #634 This will close my etcd implementation that got limited by blob support: https://github.com/stalwartlabs/mail-server/pull/742 See: - https://rqlite.io/ Goals: provide a backend to store everything I need to store -...

Programs such as [rclone](https://github.com/rclone/rclone) store a file mtime in "X-Amz-Meta-Mtime" attribute. That would be great to display this value.

enhancement