Dmitrii Gorbunov
Dmitrii Gorbunov
Not to mention it's not demonstrated how to unpickle from binary or json data read from file.
@raam86 I have long since switched to Jackson/Protobuf. I actually dislike "idiomatic" Scala libraries nowadays, they usually have little to no documentation and it's totally a black magic inside which...
This is definitely a bug, TypedArrays should be created only for numeric values.
@InfinitiesLoop I think bool property to the parse call would be the most suitable solution.
Pull requests are welcomed. I'll consider adding extensions support but I can't give you any estimates, sorry. You might also consider generating C++ code with protoc and converting it to...
@pressureDrop can you provide code sample to reproduce?
Thanks for reporting, there's been a memory leak in native module. Should be fixed in 1.4.2.
> Allegro which take char\* for all their stuff No, they don't. There is a set of Unicode functions and ALLEGRO_USTR. If font has all required glyphs you can even...
> When I write char\* I meant UTF-8 char is just a byte, it can contain _anything_, and it has nothing to do with strings, locales, etc. You are free...
It's a very long comment. But in short: wchar_t everywhere and let the third-party to do all conversions (remove UnicodeToString and TextObject). Renderers are also considered to be third-party and...