-
@codepathreview
-
@codepathreview
Done.
-
Thanks for submitting your pre-work, but your current submission is incomplete. Your app does not complete all the required stories and GIF outlined as part of the prework.
Please review the [p…
-
@andrewdolce could you add the findings here.
-
This requires:
* migueldeicaza/SwiftGodotKit libgodot-4.3 branch
* migueldeicaza/SwiftGodot libgodot-4.3 branch (this brings the libgodot API extensions to SwiftGodot)
* migueldeicaza/libgodot base…
-
Tip Calculator is done! Thanks again. /cc @codepathreview
-
Hello, and I'd like to echo others in saying thank you for this project. It has been really helpful.
I found when using it in Xcode 13 Beta (on macOS 12.0 beta) I needed to make this change to `Sou…
-
There doesnt seem to be any way to enable the diagnostic output if you're using this with VS Code; I have no idea how to debug natvis issues without this ability.
-
Overview
=======
No type information is persisted when wrapping an Objective-C `FBLPromise` value in a `Promise`, nor when deriving an Objective-C value through `Promise.asObjCPromise()`. The `Val…
-
In the NIO-based client, waiting for the RPC to terminate via the `status` future is a little clumsy:
- The documentation states that it should never be failed, so if we `wait()` it should not throw,…