Laurin
Laurin
Hey maintainers, first of all: Thanks your effort! You're keeping this project useful and alive! I wanted to have a programmatic way of uploading zip files to the database. Something...
Running ``` ./manage.py export_openapi_schema ``` Results in the following error: ``` Traceback (most recent call last): File "./manage.py", line 22, in main() File "./manage.py", line 18, in main execute_from_command_line(sys.argv) File...
Kernel compiles, flash seems to work but phone does not respond in any way [wiki](https://wiki.postmarketos.org/wiki/Huawei_Ascend_G510_(huawei-g510)) --- [x] Merge on GitHub (see https://postmarketos.org/merge)
This pull request tries to encapsulate filesystem access as described in https://github.com/scssphp/scssphp/issues/256. **NOTE:** Importing does not work as `$compiler->currentDirectory` is null. `$compiler->addImportPath("")` can be used as a workaround. How should...
When used together with fullcalendar the api endpoint uses the wrong query parameter to set the timezone. `api_occurrences` expects a query parameter called `timezone`, but fullcalendar sends it as `timeZone`...