Daniel Hahler

Results 1440 comments of Daniel Hahler

> I use Neovim while keeping my config compatible with vim Same. Might be broken with Neovim master now (https://github.com/neovim/neovim/pull/8645), see #5. I have some local changes to use `nvim_win_get_position`...

Oh, thanks! - missed it until now. I've just done https://github.com/blueyed/vim-qf_resize/pull/20 using the new getwininfo API. Currently it is only required to check if the column is the same as...

Yes, nice. It uses `win_screenpos()` (added in 8.0.1364), which I've probably not found, since it is not in Neovim yet. And it's from Dec 2017, while I was investigating before...

Using `tee` to write into the tempfile directly in that case seems to be a good workaround! But it breaks e.g. Python's `pdb` slightly: cursor keys etc are not recognized...

> This also applies to markers. What does it mean? Does it need more changes? I am not using this plugin myself - I've gone with a custom approach to...

I see. I think it would be nice to make more use of tox's features, instead of the custom script for Travis, so that you could run the tests easily...

The build failure in https://travis-ci.org/opbeat/opbeat_python/jobs/258111978 is unrelated.

Hopefully the tests will catch the error with the initial commit. `get_client` is a bit weird to understand and might be refactored, but I've restored the original behavior for now...

Well, it's borked - although it used to pass locally.. Please let me know if this is gonna fly like this anyway, and I'll look into it again.

@beniwohli Any update? I think https://github.com/opbeat/opbeat_python/pull/166 would help us to see posted data with errors, where it currently is ``.