-
### Which packages did you experience the bug in?
@tiptap/pm
### What Tiptap version are you using?
2.2.4
### What’s the bug you are facing?
I have an issue while using tiptap on Safari…
-
## Environments
* Framework name: React
* Framework version: 16.9.0
* Moveable Component version: 0.29.0
* Testable Address(optional):
## Description
I have a canvas area, which includes REACT…
-
**Feature**
_example.py_
```python
from __future__ import annotations
import typing as t
class Node:
parent: Node | None = None
N = t.TypeVar("N", bound=Node)
def find_ancestor(nod…
-
There are times when it's not clear if a column is necessary or not, so I don't want to force it to exist, but I'd also like to be able see a warning if that column isn't present to help debug long pi…
-
In #6003 we found some edge case in the typing of `TransitionResult.new_state`.
As written in https://github.com/raiden-network/raiden/pull/6003/files#r395565989
> The problem is:
>
> * Ch…
-
Basically what the title says. Because of other **keyboards,I** expect to just start typing letters after adding commas and periods. This keyboard does not have that functionality yet - or if it doe…
-
```
344 except ImportError as e:
--> 345 raise ImportError('email-validator is not installed, run `pip install pydantic[email]`') from e
ImportError: email-validator is not installed, run…
-
It'd be nice if extensions could contribute with optional descriptions for commands so it can be used when computing [similar commands](https://code.visualstudio.com/updates/v1_83#_similar-c…
-
It looks like the `.filter()` function returns events of type `any`:
https://github.com/KiPSOFT/nostr-deno/blob/f56d6c01868c3b041c15a3065e3deb1e496f0013/lib/nostr.ts#L151-L165
Are you open to ad…
-
### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the …