Malthe Jørgensen
Malthe Jørgensen
This new `--used-fixtures` command lists fixtures used in the tests that are run. There might already be a builtin pytest command to do this, but I couldn't find it, so...
The plus-character is not getting decoded when used in the query string, but is instead passed on as-is in query parameters in `request.params`. An example of a query string that...
Versions 1.22.6 through 1.22.9 are missing the `.asc`-signature key on Github so cannot be installed with verification. Since there's no way to disable verification this change simply makes those version...
This is a proof-of-concept for allowing adding captions/subtitles that are not listed in the manifest. See issue: https://github.com/Dash-Industry-Forum/dash.js/issues/3572
**Is your feature request related to a problem? Please describe.** I have a use-case in my company where it's impractical to add captions to the manifest files once they've been...
Adds `release_on_start` to the task configuration. Passing `release_on_start=True` to a singleton task makes the task release the lock when the job starts running, rather than when it has finished. Note:...
Doing `:g/\d/p` on a file like (showing newline chars here for clarity) ``` 1\n 2\n 3 ``` outputs: ``` 1\n 2\n ``` This is technically equivalent to what Vim outputs...
When I accidentally close a window I would like to be able to restore those tabs with by pressing 'u'.
This pull request updates the README to further explain the contents of the package. The `django_fields.py` is left unexplained as I don't actually know what it does.
Since mongoengine@30fdd3e184165b722cd470fdbd470634374bff77, the `to_mongo()`-method is passed a `fields` keyword argument when saving. The current `extras-mongoengine` master doesn't work with the current `mongoengine` master (2016-04-28), as the fields defined in this...