Olivia Appleton-Crocker

Results 84 comments of Olivia Appleton-Crocker

Javascript could probably support this pending https://github.com/p2p-today/js2p/issues/4 It would require a mapping or two to make sure that the correct adapter gets called, but otherwise should work.

Proposal 1: Change how the initial message header is constructed. To get the initial header, the following script would work: ``` python def how_many_bytes(i): num_bytes = 0 while i: i...

Proposal 2: 1. Keep the 4GiB message limit 2. Add a `continuation` flag, which, if at the beginning of a message, specifies a message ID that it is extending, or...

Issues #82, #83, #93, and #100 likely make this problem more difficult

Not necessarily needed, but makes #130 much more feasible

Hmmm. Looks like you are probably right. I dont think that I can investigate in depth until the weekend, but I will see if I can make a quick patch...

If you don't mind, could you submit a PR of that?

Hi, I was wondering if you could submit a pull request for that lock, since you have already done it.

A data structure level way to fix this would be to implement an extended Buffer type. This is easier on the Javascript side since there is no such limitation on...