Andrei Gheorghe

Results 4 issues of Andrei Gheorghe

I'm integrating the code examples into our app and I'm hitting an issue that might be a bug, or me not understanding how to correctly reset the editor state. Here's...

I'm setting up an Electron app that needs to be able to import a custom native node module (a `something.node` file) that itself loads a dynamic library (a separate, `libsomething.dylib`...

question

1. Have a tiptap document with some whitespace at the end of lines, and also some bullet points that are empty, for example: 2. Call `getMarkdown()`, notice it's correctly reflected...

I'm not sure if the root cause is with `asyncpg` or with `temporal` but this code works fine on `0.30.0`, and crashes on `0.31.0` in `await asyncpg.connect`. Python 3.12.9. ```py...