Evgenii Sopov
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:  rendered to single line without line breaks:  But expected like this:...
Try optimaze my svg on web-site: http://petercollingridge.appspot.com/svg-optimiser Original svg  After optimization:  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...
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...