hexafluoride

Results 9 comments of hexafluoride

Yes, that is correct. Check out the following C#/IL from the PCL build of Newtonsoft.Json (scroll all the way to the right): throw Newtonsoft.Json.JsonSerializationException.Create(reader, Newtonsoft.Json.Utilities.StringUtils.FormatWith("Could not find member '{0}' on...

Looking at the failing tests right now. Apologies, they just take like half an hour to run on my dev machine so I can't screen them all before I push...

Proposing [SszSharp](https://github.com/hexafluoride/SszSharp) be added to this list, as the other C# implementations are quite incomplete compared to mine. Currently, serialization and deserialization is supported well enough that it can roundtrip...

Wow. I can't even compile Ragnar(or rather, it doesn't compile without errors).

It would be pretty easy to do with WPF since it supports bindings and data contexts, so it's simply a matter of replacing all control text with bindings. I'm currently...

Alright, I'm home now. So apparently, there's two ways to do localization in WPF, the first is the native way that uses .resx files. It works painlessly but creating localization...

Alright, I'm going with the second method because I still have to port ByteFlood to other platforms.

Note that I still haven't started working on the translation framework. I will, once I figure out an easy, clean and portable way to do it.

> @hexafluoride any update? Apologies, life has gotten in the way. I will rebase and update the PR by next week.