Results 7 issues of LiraNuna

Because of https://bugs.python.org/issue29051, a temporary solution (See https://github.com/gristlabs/asttokens/issues/4) was placed to avoid exceptions. This issue is to track this workaround's life time so it could be fixed once the above...

### Is your feature request related to a problem? When performing two "parallel" queries via `asyncio.gather`, an error is thrown: ```RuntimeError: readexactly() called while another coroutine is already waiting for...

enhancement

Currently, `Automerge.history` gives out the ENTIRE history of a document. This can be both memory and CPU intensive if the document history is rich. I would love to have an...

When creating a new instance of an `Automerge.Text` from large enough strings, an exception is raised: ```js const crypto = require("node:crypto"); const Automerge = require('@automerge/automerge'); Automerge.change(Automerge.init(), document => { const...

CONCAT was removed from webcrypto.

**Summary** This PR removes the HKDF-CTR algorithm, which was removed from webcrypto, in favor of [HKDF](https://en.wikipedia.org/wiki/HKDF). There are two changes: one for the documentations in `README.md` and the other for...

This library is awesome, but one thing it suffers from is huge memory consumption on large strings as the resulting array can be pretty gigantic. I would love a generator...