Daniel Hahler
Daniel Hahler
I am moving a project over to Django 1.7 and noticed that the DurationField for the model gets not created in the database. The migrations itself appear to handle it...
It might be useful to ignore missing files, issuing a warning only. This is relevant for when using `git archive` to create the source trees, which does not include untracked...
Using this app causes an error during teardown in one of our tests. The test is triggering warnings like the following, which are likely causing the atomic block to be...
This avoids calling `len()` on `cl.result_list`.
With `fail_ci_if_error = true` `-Z` is passed to the bash script, but apparently its non-zero return code is not honored / turned into a CI failure. (Note that due to...
Without this, an empty field is not considered to be empty and then validators might fail, e.g. django.contrib.postgres.validators.RangeMinValueValidator with > E TypeError: '
1. There is no need to decode the payload without verification first, in case `api_settings.JWT_PUBLIC_KEY` is used. 2. It also skips decoding in case `api_settings.JWT_GET_USER_SECRET_KEY` is not used. This might...
Given a minimal vimrc: ```vim let &runtimepath .= ','.fnamemodify(expand(''), ':h') omap f Sneak_f ``` `cfl` in a buffer that contains only one like "eval" will result in `l` being left...
This should use a semaphore/file maybe, but this helps for now. Ref: https://github.com/neomake/neomake/pull/2530/commits/2d61778c7d9a5e293bb669b18645f4989c69ae89 (build failure)
Ref: https://github.com/neomake/neomake/issues/2515#issuecomment-748581155