Gabriel Augendre

Results 29 issues of Gabriel Augendre

QuickScan is now named "OCR Scanner - QuickScan" as per the App Store listing. It also supports WebDAV.

### Describe the bug Links added by the user on an article or a pinned page have a `rel="nofollow"` attribute. ### Steps to reproduce (if necessary) Add a link in...

enhancement
help wanted
good first issue

### Describe the bug When displaying the site on a device with a low network speed, the custom fonts are loaded afterwards and aren't applied. ### Steps to reproduce (if...

- [x] I have read this document: https://miniflux.app/opinionated.html#feature-request I'd like to be able to glance to articles published today, whether they are read or not. Got this idea from NetNewsWire:...

feature request

### Environment * **Version**: 2.4.1 * **Installation**: Official docker image * **PHP version**: From official docker image * **OS**: Docker running on Ubuntu 20.04 * **Database**: sqlite * **Parameters**: My...

Site Config

Could the credentials for a token registry be provided by the user so that the token server checks the creds for permissions ? I don't see how implementing authentication with...

### Checklist - [X] I have updated to the latest available Home Assistant version. - [X] I have cleared the cache of my browser. - [X] I have tried a...

| Q | A | ------------- | --- | Device? | iPhone and iPad | Device Os version | 14.4 | App Version | 6.0.3 | Wallabag server version |...

Feature request

In version 3.0.2 at least, the `=True` part isn't recognized and generates an error: ``` $ python manage.py autopopulate_main_menus --add-home-links=True usage: manage.py autopopulate_main_menus [-h] [--add-home-links] [--version] [-v {0,1,2,3}] [--settings SETTINGS]...

I'm facing a RecursionError when querying a subset of fields that should not make recursion at all. Here are some simplified models and serializers: ```python # disclaimer: I did not...