Max
Max
Try https://github.com/xcpretty/trainer instead. It parses the the test plist report rather than the test output, so it should be more accurate.
Similar problem with SharpZipLib in C# #626
Downgrade to 2.2.3 to work around this issue.
@jcavar Your suggestion doesn't work. That _does_ enable logging, but it isn't using CocoaLumberjack. I verified by setting breakpoints that it's just using MQTT's shim macros and never hitting any...
I was surprised because this behavior was replicated even in the native implementation where ZoneOffset.of is not available. So the spec for method is ISO8601 plus "±h"? The docs do...
The surprise in the default behavior is the bug, in my opinion. It's easy enough to write a custom parser for this case if needed. In my case I'm working...
Definitely still happening in 4.2.1. Easy to check with this code ``` var vec := Input.get_vector("ui_left", "ui_right", "ui_down", "ui_up") if vec != Vector2.ZERO: push_warning("%f %f" % [vec.x, vec.y]) ``` Press...
This would be excellent. @nybblr HTML5 elements used to work, but was randomly undone in 2d249cce6ea82da9ed14d75a7951f0f87c21bf95. I don't know why. I think issue #20 should be reopened.
@kylecordes Kramdown. That feature is what made me ditch Redcarpet a while ago.
Same error as well. I highly recommend reading the blog post above (use Google Translate if needed but the relevant code is at the bottom) https://github.com/robbiehanson/CocoaAsyncSocket/issues/803#issuecomment-1283722562 tl;dr it's definitely a...