Ron Au
Ron Au
Good things come to those who wait 👍
If you're happy to use a hack until maintainers add it, you can modify `node_modules` to get this working. Add the following two lines at `/node_modules/svelvet/Containers/GraphView/index.svelte#L75`: ```diff {#if node.image &&...
At the moment I'm just doing this to set defaults: ```typescript const defaults = { data: { label: 'Text' }, position: { x: 0, y: 0 }, width: 100, height:...
Also, a separate option to retain trailing commas would be great.
Very desirable. Adding to research, this attempt isn't able to emulate zoom either: ```js await page.keyboard.down('Control'); for (let i = 0; i < 7; i++) { await page.keyboard.press('+'); } await...
> 3. Create a tool for writing BDD scenarios >If you know other similar services, feel free to share in the comments. It's not Gherkin or E2E but for some...