Dirk Holtwick
Dirk Holtwick
- [x] Dots - [ ] Lines - [ ] Boxes Probably also allow to snap to grid.
The latest idea is to keep the width of the whiteboard 100% on all devices but let it grow vertically. It should scroll new content into view automatically or otherwise...
 Sometimes shows up when drawing with the Apple Pencil
Check if student is sits in front of the computer ;)
npm issues the following warning: ``` npm WARN [email protected] requires a peer of prosemirror-tables@^0.9.1 but none is installed. You must install peer dependencies yourself. ``` Related to: https://github.com/atlassian/prosemirror-utils/blob/64b258de4cfb28a1f34bfc66791db8520984d5e1/package.json#L67 prosemirror-tables is...
I wonder how to use estrella correctly to generate a types file. I've set up a very simple example to show the issue: https://github.com/holtwick/estrella-ts-module I would like to add the...
I created a little something to get started with a new estrella project: https://github.com/holtwick/create-estrella You can now enter: ```sh npm init estrella myproj1 ``` To get started. If you like...
Your great extension could support Vitest out of the box once https://github.com/vitest-dev/vitest/issues/838 is fixed. Maybe you'd like to add that to your features list? It is sufficient to set `jestCommand`...