Hans Pagel

Results 312 comments of Hans Pagel

That’s an electron builder setting. I use vue-cli and have the following setting: ```js publish: [ { provider: 'github', releaseType: 'release', }, ], ```` Read more: https://www.electron.build/configuration/publish#githuboptions

@pimlie Thanks for your work on this! We’re eagerly waiting for Vue 3 support too, it’s what holds us back from porting [tiptap](https://github.com/ueberdosis/tiptap) over to Vue 3. 👀 Anything we...

Ah, sorry. It's not fixed. Scout was disabled in testing environment. Still the same message with teamtnt/laravel-scout-tntsearch-driver 3.0.6.

Ah, you're right. Thanks for your reply! Feel free to close the issue or keep it as a feature request for 2.1.

Just wanted to chime in and say that we’re working on a wrapper on top of y-websocket, y-redis, and y-leveldb (in collaboration with Kevin) called [hocuspocus](https://www.hocuspocus.dev/). If you struggle to...

BTW, the `type` of the document is ignored too. We wanted to use `document` as the default type and switched back to `doc` because of that.

Making it a Mark would make things easier, yes. You’d probably expect a different behaviour in some cases though, for example when copying text. Decorations won’t be copied, Marks will.

Thanks! We couldn’t find a solution to date! But it’s definitely on our list. Hope we’ll find a way.