Igor Levicki

Results 70 comments of Igor Levicki

@grahamwoodward Some of the errors seem to come from your code not adhering to C90 standard. Make sure you read this if you haven't already: https://www.openssl.org/policies/technical/coding-style.html

@Mgamerz Generally modal dialogs should be avoided whenever possible in application design, especially when you are not using them for confirmation of potentially destructive operations. In this particular case it...

> Tools would not work as separate executables as we use an interop system to share files in memory across multiple tools to keep them in sync. Splitting to executables...

@SirCxyrtyx Thanks for explaining, I skimmed the code but it is a lot to take at once, I will certainly study it in more detail. From a quick glance I...

@marzer I think I owe you an explanation. > I suspect the considerable majority of people who go looking for a TOML library do so because they want their application...

Would there be a way to also support reading to wstring instead of string, and serializing from wstring as UTF-8?

No problem. I have found much better C++ parser for TOML in the meantime, which supports all conversions from/to STL containers, and whose author is more open-minded when it comes...

> Most of the libraries are provided as is and toml11 is no exception. I understand that very well, the only reason I ever asked about `std::wstring` support is because...

> I'm afraid AriaNg cannot do this... On the other hand I am almost sure it could, but sadly there seems to be no interest in implementing this feature in...

@VaslD If I am not mistaken, that would require using native app? I have AriaNg Web UI served from an Owin-based Windows Service (which I wrote myself in C#, and...