Louson
Louson
Change sha256 regex brackets to parenthesis to apply only on line with 'sha256' and 'version'.
Command `khal -c path/to/config configure` results in the creation of `~/.config/khal/config` instead of ``path/to/config`
In unix at least : fcgiapp has a call to OS_LibInit() that allocates a structure (asyncIoTable) which is never freed. I guess OS_LibShutdown should be called in FCGX_Finish().
Initialization of the library could not be done without creating a request on the standard input. This can be a problem if the program has disabled the standard input (a...
Using the fcgiapp, OS_LibShutdown is never called, causing unfreed memory. As OS_LibInit is called in FCGX_Accept(), I guess OS_LibShutdown should be called in FCGX_Finish().
## Expected Behavior I build a table using non-breaking spaces after Name to force the 'Name' column width : ``` | Date | Name | | ---------- |-------------------------- | |...
## Description Suggestion for musicbrainz substitution in relation with discussion #4660 Tests have been ran with command `tox -e py311-test` ## To Do - [ ] Documentation. (If you've add...
Add support for revocation in OAuth2 sessions Suggestion for #337 Do you know how it's possible to test this ?
Related to #1224 RabbitMQ is said to be optional. If so, it should not print an error. Steps to reproduce: - run the docker command: `docker run -d -p 8080:8080...
Hello, here is a suggestion for the OAuth2 support. There is an intermediate commit to add the API userinfo as this is the example given by Related to issue #89...