H. S. Teoh
H. S. Teoh
Honestly, I have no idea. But perhaps @brad-anderson would know?
Haha, thanks!
I rebased this PR and moved the code to std.json5. See #8875. Would that be enough to get this code merged?
OK, using null strings to suppress attributes should suffice for now. I can work with that. I'm not too concerned about the exact syntax for transforming an AA into an...
P.S. Also, is the null string thing documented anywhere? I don't remember seeing a reference to it. It would be nice to at least mention it somewhere so that people...
I am having an extremely frustrating time working with Diet templates because the docs are so incomplete. It wasn't until lots of time spent googling turned up the Jade Template...
If so, why isn't said unittest part of the doc?!
Is this a known bug in dmd?
Tested it, seems to work. Thanks!
I determined that the bug occurs if you make a function call (to _any_ function) after calling terminal.captureInput. It's unrelated to the loop that prints out the events. I made...