Results 227 issues of Evgenii Sopov

If switch between tabs, any time I get "idle" if the time has not come: I expected get "focus" not "idle" Example of code: ``` ifvisible.setIdleDuration(600); // 10 min ==...

Hello multiline code formating not working For example this: ![Снимок экрана от 2019-09-27 01-15-15](https://user-images.githubusercontent.com/1695720/65713908-56717a00-e0c4-11e9-87d9-cf254fcf9efe.png) rendered to single line without line breaks: ![Снимок экрана от 2019-09-27 01-16-21](https://user-images.githubusercontent.com/1695720/65713992-799c2980-e0c4-11e9-832a-613d5bd13072.png) But expected like this:...

Try optimaze my svg on web-site: http://petercollingridge.appspot.com/svg-optimiser Original svg ![example](https://user-images.githubusercontent.com/1695720/28112797-8f289b24-6724-11e7-8913-9c295553f5ba.png) After optimization: ![example_afteroptimization](https://user-images.githubusercontent.com/1695720/28112908-d9f222ba-6724-11e7-938e-98ff9ea7ea73.png) You see that one element is missing Sources: [example.zip](https://github.com/petercollingridge/SVG-Optimiser/files/1141622/example.zip)

Hello, I try develop something like source package manager for c++. And I see that you use json... I was use too. But later changed this to yml - more...

enhancement

Added wsjcpp - source package manager for c++

Default user "guest"... password "xyz678abc" Please add to readme

https://github.com/ReactiveX/RxCpp

Command ``` wsjcpp init cmake . ``` Init new empty project (without preinstalled wsjcpp-core) But when user try * wsjcpp res ... * wsjcpp ut ... so check dependencies and...