Stef Pletinck
Stef Pletinck
This simply adds Dutch words to the words file.
I need to communicate with a weird OAuth2 server that uses Client Credentials, but only accepts GET to retrieve a token, not POST. I found the `token_method` parameter in the...
This should allow new front-ends to be developed (as well as possible native clients). What we currently miss: - [ ] Authentication via API - [ ] A JSON addition...
When a new update is released, a (non-intrusive) notification should be shown to users with admin permissions.
With Composer 2 being released, this project will need to comply with PSR-4. It's not entirely clear to me what part does not comply, but composer complains about `src/Contracts/Searchable/Searchable.php`.
When remapping caps lock to control using various methods below detailed, in some situations the only way to get the desired control-key effect is pressing the physical control key, whatever...
In HttpHelper, URLs are passed to libcurl as `std::string`, where they should be char pointers, thus breaking things like CPDLC, due to libcurl errors. The `std::string.c_str()` method is exactly what's...
The daily chart on the charts page is only visible when running the app via the "run" option in Android studio (Debug or Release, doesn't matter) - either on a...
For starters, if this is the wrong place do let me know When running the import-sql step, it eventually errors out as follows: ``` psql:/sql/parallel/building.sql:100: ERROR: relation "country_osm_grid" does not...
### I confirm that... - [x] I have searched the [issue tracker](https://github.com/doomemacs/doomemacs/issues), [documentation](https://docs.doomemacs.org), [FAQ](https://docs.doomemacs.org/-/faq), [Discourse](https://discourse.doomemacs.org), and [Google](https://google.com), in case this issue has already been reported/resolved. - [x] I have read...