Aaron Barany
Aaron Barany
I'm able to work around this issue when using the TbSync DavMail extension in place of the built-in DavMail support in Thunderbird.
It looks like that was only a temporary solution, it now gets the same errors with TbSync as well. I pretty much have to disable the calendar at this point...
@artem-ogre what are your plans for the changes on the 97-use-splitmix64-prng branch? I noticed that some of the tests are failing, presumably the "ground truth" tests are sensitive to the...
Does this mean that using randomized vs. unrandomized inputs should give the same results? If so that's definitely something we'd be very interested in.
Hi, I noticed that some work was done on this with the new-insertion-sequence branch. Do you have any updates on the status of that and when you might think it...
Cool, thanks for the update.
Thanks. I should also clarify that I am using the C++ library.
> And test cases exercising the logic would be hard to come by... If you want to create examples, Python's [cbor2](https://pypi.org/project/cbor2/) module supports stringrefs. The main thing to test for...
My guess as to what's happening is the parser is skipping the fields entirely, which prevents any new strings from being registered for references. If the stringref extension is enabled...
Double checking the parser, there are multiple blocks such as this one: ```java // For longer tokens (text, binary), we'll only read when requested if (_tokenIncomplete) { _skipIncomplete(); } ```...