Piotr Dobrogost

Results 81 comments of Piotr Dobrogost

_deprecate pytest_namespace alltogether_ – https://github.com/pytest-dev/pytest/issues/2639 _remove pytest namespace hook_ – https://github.com/pytest-dev/pytest/pull/4421 _#4421: Removed the implementation of the pytest_namespace hook._ (note from changelog of pytest 4.1.0 (2019-01-05)) – https://docs.pytest.org/en/stable/changelog.html#id648

Thanks! Is this somewhere in the docs?

Has there been any progress on this?

Just thinking out loud. For the purpose of proper placement of such non-matched log lines among matched ones they could get the timestamp of the last seen matched line or...

Coincidentally such a feature was just added to less – [Multiple &-filters can now be in effect at the same time.](https://github.com/gwsw/less/pull/87)

I understand your points but at the same time I'm afraid that filtering with SQL expression will set too high a bar to access this feature for average user. People...

Just a note this should definitely be in the standard keymap once multi-line support (issue #813) is done. Actually there's no harm in having this in the standard keymap even...

When viewing the first log entry and trying to go back or viewing the last log entry and trying to go forward there's the error `✘ error: Expecting an integer...

While searching backwards using binding suggested earlier, moving with n and N still goes forward/backward (in respect to position in file). Shouldn't they go backward/forward when searching backward?

This sounds interesting but will affect highlighted words which happen to be displayed across columns used as sidebars but I guess one can live with this. Do you know there...