Jason Paryani

Results 43 comments of Jason Paryani

Ya sorry, this is a known problem. It will be fixed as part of #32

To install the local repo, all you have to do is run: ``` pip install -e . ``` After that succeeds, run: ``` python ci/test-installed-numerox.py ``` to see all the...

Alright, if you’ve reached a good partial stopping point, feel free to create a PR.

> One option to prevent such spam would be to implement reputation scoring and priority queues similar to what Flashbots has done with our bundle relay on PoW ETH. That...

This is definitely a big problem, but I'm not sure how best to solve it. Solutions that I can think of: 1. Make modifications to the event loop to check...

So you are correct in that only primitive fields are mutable. Non-primitive fields can be set more than once, but that will cause the allocation of the previous field to...

As you observed, pycapnp duck types based on a `fileno` method. We should probably instead filter to known working classes instead, but it makes me a bit sad. To answer...

So this is something I definitely want to support. For capnproto structs that don't use pointers, this is pretty easy since each message will be a fixed size (assuming they're...

Ya, there's some complicated memory handling logic for TwoPartyClient/Capabilities/Promises, and it's very possible accidental cyclical references have been introduced. The "TODO:MEMORY" warnings mostly have do to with creating TwoPartyClients, which...

Hmm ya, I'd agree then. It does seem to be leaking Promises.