Steven Arcangeli

Results 326 comments of Steven Arcangeli

Unfortunately, there's no way to block it in the same way that `inputlist()` would. When vim uses those built-in input commands, the whole editor more-or-less is paused while that resolves....

Have you checked out [nvim-notify](https://github.com/rcarriga/nvim-notify)? I think they do a fantastic job of providing a nice UI on top of `vim.notify`.

In general I'm opposed to fragmentation, but I think it's warranted in a few situations. Telescope and fzf, for example. Telescope is trying to be the best picker interface for...

So you're trying to specifically force a sort ordering for the telescope selector backend? In my tests the items (at least initially) are sorted by the order they're passed in....

Yep, that makes sense! The first step would be to figure out how you would even do this within Telescope. I think that the way to do that would be...

That's more of a question for the telescope repo. I don't know off the top of my head, and while I could probably figure it out given enough time, it's...

No planned support for streams, but I would be happy to review any pull request that implements it! You could also check out [PynamoDB](https://github.com/jlafon/PynamoDB), which has stream support.

Yep, this is a known bug with that version. It's a dupe of #57 and was fixed in version [0.5.2](http://flywheel.readthedocs.io/en/0.5.2/changes.html#id1). If you can't upgrade to the 0.5 branch because of...

I think that this is the expected behavior now. In the 0.5 release I made the decision to remove the 'overflow fields' behavior. Any attribute that is not statically declared...

I know how that goes. If you happen to have time and find a minimal repro, definitely send it over. If everything is working with `0.4.x` and you would prefer...