Results 114 comments of Greg Werbin

> That's a great question. I actually didn't know that someone had added it to the main Homebrew repository. I've always used a tap. Do you know what the process...

+1 for an organization. Maybe "vim-users", as an analogue to "zsh-users" or something.

I tried to get this to build on MacOS 10.14 by pinning to LLVM 11, as per the warning that 12 was not yet stable and 10 was deprecated, but...

Update on the above: it might have been a PEBCAK issue (maybe the wrong Git branch was checked out?), or something wrong with my specific system. But I got it...

Fair enough. However your other package Seer apparently does depend on it (according to its DESCRIPTION)

Looking [here](https://docs.python.org/3/library/collections.abc.html#collections-abstract-base-classes), it should probably inherit from `Sequence`. It would also inherit from `MutableSequence` but for the fact that there is no `ndarray.insert()` method.

For anyone stuck on MacOS 10.14, the latest compatible version of XCode is 11.3.1: https://developer.apple.com/documentation/xcode-release-notes/xcode-11_3_1-release-notes. It is currently availble at https://download.developer.apple.com/Developer_Tools/Xcode_11.3.1/Xcode_11.3.1.xip which can be found on the [Apple Developer downloads...

> Thanks for the report! Unfortunately, my ability to debug this one is next to nil - I don't have access to a MacOS environment. > > Did this start...

During one of these window freezes, I don't see any prompt appear, and I don't see output in `:messages` other than the `'redrawtime' exceeded` one. Also, the window is not...

How did you get those logs? I'd like to check mine as well. I think I once had that "no such ref" problem in a plugin, and fixing it resolved...