Daniel Hahler
Daniel Hahler
What should it default then to? `$XDG_CACHE_DIR/pytest/$pytest_rootdir` ?
Yes, it is a well-known issue, and can be confusing with large dicts especially. The differ could maybe be a bit smarter, and inspect each key and value in the...
Yeah, it should do this recursively for iterables somehow. E.g. after the "At index 0 diff". The "Full diff" could still be done like it's done for now in the...
Here is a solution, which would hide the cursor: https://stackoverflow.com/a/23472096 I would like to have a steady cursor instead of it being hidden, if that is possible.
@wsdjeg Well, this could be done using chaining of jobs in theory.. (related: https://github.com/neomake/neomake/pull/867)
@wsdjeg Will probably not work as-is (even after the PR is finished/merged). The idea here is to expose some API, which allows you to have a callback, where you then...
https://github.com/neomake/neomake/issues/989#issuecomment-277112655 has some more info.
FYI: you might have better luck with ALE and its Java support (https://github.com/w0rp/ale/commit/7c736579b72a79d955d090db35adf8c751a79fd8). If that works better, we might adopt the same mechanism.
@marcusbuffett I'd say feel free to go ahead.
It can be fixed using `class MyField(models.CharField[str, str])` (giving the set-/get-type there). Would it be possible to make it default to this? Related code: https://github.com/typeddjango/django-stubs/blob/e5361f1e043f16363263319ed2de6b81bbb67ccd/django-stubs/db/models/fields/__init__.pyi#L261-L263 At least it is possible...