skyegecko

Results 12 comments of skyegecko
trafficstars

Yes, in this case the request spanned both restarts (or almost: the request started while NN01 was down, NN02 went down during the request). In this case the request is...

I'm finding a few additional problems with the python implementation. Here are a few examples: ```python def incomplete(): # start with cursor on this line in Normal mode ``` From...

This works, but now I don't receive diagnostic messages until the file is written. There is no virtual text, and using `:OpenDiagnostic` results in an error because the location list...

Could you share the steps you use to try to reproduce? Then I can try too.

The line in my original error message in `locations_to_items` does try to open a file on disk: `for line in io.lines(fname) do`. It's not clear to me whether that just...

It turns out that the reason for this is that there's no direct way of passing environment variables to a container during the build process. The workaround is to specify...

I'm also running into this. The first screenshot includes the same error line as what I'm seeing: The process cannot access the file because it is being used by another...

This appears to be a bug in an older version of Git for Windows. By chance I came across an error message while trying to use Git in a Windows...

@theHamsta I'd like to wait to see if upgrading git works for the other people having the same issue here, if it's a confirmed fix then I'd be happy to...

I have a different idea for an implementation, though I may be pushing my luck here in terms of complexity. Allow the user to submit a list of files, similar...