Brandon Kase
Brandon Kase
This patch modifies the ADB API to attempt to reuse a running `adb` process if one exists. b2gremote seems to behave the same for me before and after this commit...
``` /// Atomically, take a value from the `MVar`, put a given new value in the /// `MVar`, then return the `MVar`'s old value. public func swap(_ x : A)...
Great project! ## Background I'm attempting to use parts of Percy (namely virtual-dom-rs) in a user interface that is driven using FRP signals (similar, but a bit different from https://cycle.js.org/...
Cache clearing via the ageLimit can be too slow when too many items expire all at once. This can hurt app-startup performance. As far as I understand it, this is...
Explain your changes: * Adds RFC for Rosetta zkApps support Explain how you tested your changes: * N/A
I can see Doc `render`-ing blowing the stack pretty easily. It might be a good idea to move to trampoline for that recursive call.
Hi! This is a great project, it's _really_ helping me learn Reason I came across this error: ``` rust wat.re:14 28-43 11 │ 12 │ type c 'a = option...
AFAIK dispatch_once should be way faster
Tested manually for now