vimpunk

Results 48 comments of vimpunk

@david-bouyssie I never thought of putting one of my own works on Wikipedia, but it's a great honour that you say this library should be listed there!

@jimmehc I'm glad to hear you like this library! I'd be more than happy for you to send a PR :) I think what you propose--adding an entry to `access_mode`--is...

Thanks for your input guys. Unfortunately, currently I'm unable to work on mio or any other open source project, but I'm not against adding the mentioned features. So if anyone...

Interesting! Mio was not written with string_view in support, that came after it was written. Let me know if #64 fixes it for you, it should be merged soon.

I'm really sorry, it looks like the latest PR that I accepted doesn't compile then. I don't have a windows machine nearby so I couldn't test it, but it seems...

Hi @Spammed, thanks for all your work on this so far. I had a patchy start to the year and didn't have time to work on open source. Just wanted...

@ClnViewer That is strange, it's invoking the overload with the generic type parameter, instead of the exact match with an `int` parameter... What compiler and version? Thanks for reporting!

I realized this wasn't part of the tests, so I added it: https://github.com/mandreyel/mio/blob/e101ff3e89bae30ed1065f8643318ae641d68c55/test/test.cpp#L149-L152 which works on my platform (gcc 8.3.1, Linux 5.0.7)

Thanks for using mio! And apologies for the late reply. mio doesn't support utf8 out of the box, sorry about the inconvenience. I have very little time for open source...

I don't have experience with Android programming, so I'm a bit lost as to what this is (and unfortunately a quick search didn't yield me anything concrete). Could you please...