Luke Burns
Luke Burns
@solkimicreb, would it be difficult to expose an `ignore` function that operates identically to `raw` within an observer but without exposing the actual raw object? this would allow me to...
Was doing testing in Edge 14, and found that observer-util doesn't queue reactions: the reason is Edge doesn't implement WeakMap properly https://github.com/Microsoft/ChakraCore/issues/2419 and the `set` handler returns before queueing at...
i've been wondering about what decisions can and should be made by proxy-based libraries for playing nice with other proxy-based libraries. proxies are pretty well suited for modularity, as you...
An issue to discuss implementation details of p2p peer review. I've documented some of my thoughts on what a p2p review process might look like (see https://github.com/lukeburns/peer-review) fwiw. My initial...
Added ristretto255 bindings + ported tests and example from libsodium
I expected Hamiltonians to be invariant under changing the order in which parallel edges are added, but this appears not to be the case. Is this a change in coordinates...
This seems like a great project. I notice in your documentation you recommend storing access tokens in local storage, which sounds like a bad idea [1] especially if using authpack's...
I am trying to find the nearest parent DS record for a domain, and I'm running into an issue that seems to be related to the synth address. The following...
https://discord.com/channels/822591034202521641/956214168170684476/957872183047254036 lukeburns/ — Today at 10:22 PM i mean for the wallet.unlock(pass, timeout) method it spits out { succeed: true } for pass i put in which is not informative...
I cloned ripple-client, installed dependencies, and built the client using the default configuration. Clicking "Sign In" on the landing page redirects me to login on rippletrade.com. How do I access...