bdbch
bdbch
First implementation should only support already known items (in dimensions). Afterwards we can implement a function which will check if the target item is visible already, if not it's going...
Right now we only support a more intensive dynamic height calculation. There should be an option to use a fixed height and disable dynamic height calculation.
I'm currently trying to add this plugin to our docker build but there are problems with the sandboxing instance. I think it should be possible to control how puppeteer launches...
## Changes Overview This PR removes logic that was specific to the `@tiptap/html` package and didn't work the same way the core `generateHTML` and `generateJSON` functions work. This caused issues...
### Which packages did you experience the bug in? react, extension/unique-id ### What Tiptap version are you using? 2.1.13 ### What’s the bug you are facing? This issue was reported...
Will fill this up later when I have a final idea how to integrate this.
### What happened? Currently the Workspace Picker feels weird to me. I don't know why there is a separation of "Current Window" and "Other Workspaces". Couldn't we just have all...
## Changes Overview This PR moves away from `npm` in favor for `bun` to speed up package resolvement & caching. ## Implementation Approach I replaced the package-lock with a new...