Jānis
Jānis
It isn't mentioned anywhere that more than two key combos are not supported. If I assign 'alt+s+c' then `s` is ignored.
Similar to #211, but different. When I have some modal opened and I open the cheat sheet and close it with Esc key, it also closes the modal I had...
``` C# ICatalog catalog = new Catalog("lv", "./locale", new CultureInfo("lv")); Console.WriteLine(catalog.GetString("My name is {0}"), "Enzo"); int i = 0; Console.WriteLine(catalog.GetPluralString("I'm {0} year old.", "I'm {0} years old.", i), i); i...
Hi! I'm having an issue figuring out how to read arrays or primitives passed in HTTP body. It looks to me that from body you can map only objects, is...