Xecutor

Results 4 comments of Xecutor

The issue is still present. It looks ok in IE, in FF there is a blur, but it disappears on its own. But in Chrome it's still blurred until some...

I wasn't clear enough: `join` with separator, like inverse split : `vector{{"aa","bb","cc"}} | join(":")` yields std::string `aa:bb:cc`. Arbitrary input range for split_by seems somewhat problematic. std::search takes two iterators of...

If split_by should produce range of string_views, then these string_views should be constructed from pointer and size. I tried to do this with range as an input to split_by, but...

Little explanation. On OS X non-c SDL program should make initialization normally done by main in SDLMain.a Example can be found in pygame. But to do so there must be...