Dmytro Maretskyi
Dmytro Maretskyi
- Support multi level references - Support arrays - Support recursion? (most likely out of scope) Proposing a GQL-like API ```ts await loadReferences(stack, { sections: { content: true } })...
Crashes right here while trying to access the default space before client is initialized: https://github.com/dxos/dxos/blob/burdon/devtools-panels/packages/apps/testbench-app/src/components/Main.tsx#L29
...call flush after the entire batch is imported instead
- Show shared-worker CPU and Memory usage - Add the panel to /devtools.html entrypoint in composer - Show number of active connections to other peers
The `waitFor` helper called [here](https://github.com/automerge/automerge-repo/blob/main/packages/automerge-repo/src/DocHandle.ts#L240) is creating a `setTimeout` that doesn't get cleared which prevents the node.js process from exiting. They can be seen when running wtfnode after creating documents...
### Motivation / Background This Pull Request ... ### Details ### Additional information
At https://github.com/dxos/dxos/blob/0f1b949d7cbe14a18baed4728d3761ac2b9e15f1/packages/core/echo/echo-db/src/core-db/core-database.ts#L160 First the space root handled is cleared, and then, asynchronously the new handle is loaded and assigned. While the new handle is loading the DB is unusable by...
### Motivation / Background This Pull Request ... ### Details ### Additional information