Viktor Lazarev

Results 6 comments of Viktor Lazarev

Getting same error on Debian Stretch with Chef 14.*. I also found that this recipe fails to install `ncurses-dev`, while, IMO, it should install `libncurses-dev`. At least on Debian 9...

As I could found, there's already an attempt to add the tool to the Gentoo packages repo https://github.com/gentoo/gentoo/pull/7573 . It's hung though, there's no activity from the Gentoo side. BTW,...

``` var pool = Kefir.pool(); var prop = pool.toProperty(); pool.onValue(function(x){ console.log('Pool: ', x); }); pool.plug(Kefir.constant(0)); prop.onValue(function(x){ console.log('Property: ', x); }); ``` These example works correct. You subscribe to property **after**...

As for me, with optional `do` there should be all 3 keywords highlighted, i.e., looping keyword as well

I guess the longer version is being caught by Qt. It appears twice if run this command: `.\builds\vs-vcpkg\host\Release\clap-host.exe --help-all`