bdbch

Results 53 issues of 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...

type: feature
difficulty: hard

type: feature
difficulty: good-first-issue

Allow horizontal virtualization

type: feature
difficulty: hard

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.

type: feature
difficulty: advanced

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...

Type: Bug
Category: Open Source

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...

kind: low severity

## 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...