Andrey Tkachenko

Results 15 comments of Andrey Tkachenko

Current yieldable list are: * promises * thunks (functions) * array (parallel execution) * objects (parallel execution) * generators (delegation) * generator functions (delegation) I am suggesting add streams in...

Neovim has integrated terminal and it is super useful to me both in toggle and float modes. It seems to me a good approach is not depend on some GUI...

There is implemented terminal which can be included (with some code reduction, like vi mode etc.) - https://github.com/alacritty/alacritty/tree/master/alacritty_terminal

My opinion 1. I think we need to create completion source manager where be registered different sources based on some trait(even from plugins). And LSPs should be entries in that...

Why backprop of it commented out?

rustc --version: 1.37.0-nightly (5d8f59f4b 2019-06-04) It works fine, I've fixed issues in #46. My concerns is that, I would like to have several different examples (each one as a separate...

Here is my opinion on that issue: I do want to have sort of device manager, like: ```rust use co::prelude::*; let mut discoverer = DeviceDiscoverer::new(); /// my laptop has 2...

How hard is to pull dimensions from `Context`? Headless mode is almost unusable with that values hardcoded. I have to patch library with needed values, but I need to clean...

Could you put this summary into CHANGELOG.md ?