Alex Ketch
Alex Ketch
Currently a project utilizing the Web client does not have an ability to cancel or close an unopened connection. This is because the [`disconnect` function](https://github.com/stencila/stencila/blob/4a3b24785df98b1679b9d40cf32e0b27ba793676/web/src/client.ts#L38) requires a reference to a...
Currently any projects that use it as a dependency have to refer to the `@stencila/web` package via a local file path. This requires the user to have this repo pulled,...
The tests are quite limited at the moment, significant part of the reason being an issue with being unable to select a project folder to open. This is due to...
I noticed that my computer was a bit sluggish due to nearing max HD storage capacity. After investigating I noticed that a large chunk was taken up by some log...
Related to: #1048, but this is focussed on the Hub and GSuita. In order to demonstrate the strengths and capabilities of Stencila, as well as providing a reference for their...
In order to facilitate conversion and communication between the Jupyter kernel, Stencila Schema Nodes and their renderers, we should catalogue all possible `mimebundles` and determine whether a mapping/renderer: - Is...
As a first step, we should catalogue all Schema HTML elements and determine whether they: - Are fully implemented - Exist but require further work - Have yet to be...
Seems like the recommended library is [Playwright](https://playwright.dev/docs/api/class-electron). Also, [Electron has some guidance](https://www.electronjs.org/de/docs/latest/tutorial/testing-on-headless-ci) on running tests on CI.