Michael Härtl

Results 134 comments of Michael Härtl

Thanks for the pointers. I will have a closer look. Too bad that this is not easily fixable, though. As you may have seen I have more issues with urql,...

Oh, and sorry for the broken link to the sandbox. I must have deleted it accidentally as it was quite some pain to get the sandbox finally starting. I've created...

Thanks Federico, i've updated and tried again: no difference. I also had the same problem with `project` plugin (similar to NERDtree). Over the years i used different plugin configurations on...

@tcoopman Please have a look at this fork. It fixes many of the known issues with minibufexplorer: https://github.com/techlivezheng/vim-plugin-minibufexpl

@tcoopman Ok, I'm not sure, if the both repos where merged at some point. I also can't say if this issue still exists - I don't use neither projects nor...

@glepnir Neither code nor documentation was updated. But as discussed above maybe I'm alone with my opinion, that "ancestor of X" does not include X, even if X is a...

Hmm, what does `path` refer to in the second line of your example? I'd rather think something like this should work: ```lua if M.path.is_dir(startpath) then strip rightmost directory name from...

I also have seen this issue now twice on Linux. So it's not only MacOS.

> Sorry, I don't know much about lock, what is the reason for doing this @stu2162583 See this note in the PHP manual on [flock()](https://www.php.net/manual/en/function.flock.php#refsect1-function.flock-notes): > flock() uses mandatory locking...

@stu2162583 Is this a site with heavy load? If that's the case then it's probably another (parallel) process that locks the file immediately after your current process released the lock....