Stef Kors

Results 11 comments of Stef Kors

Thanks for creating the issue @austincondiff 👍

I've been having similar issues, it seems that removing the `.nuxt` folder and restarting the dev server helped getting unstuck. Perhaps it's a cache issue?

even better, I'll update the MR 👍

@jacktuck It's ready for your review 👍

I would also love a better example on the `y-websocket` and persistence. It feels like the client-side is super simple but the server is not. The websocket repo has an...

Thanks for the quick response @dmonad. Awesome to hear that it's still developing. If YJS keeps improving I can imagine keeping the demos and examples up to date it's quite...

@pdcastro is this the same as https://github.com/balena-io/balena-supervisor/issues/1568 ?

I think indeed honoring the `.gitconfig` would be the easy way of solving this. I'm not familiar with the saved replies feature but in my view I think it should...

@tierninho If nobody picks this up I would love to take a stab at it. Any pointers or similar features that already have been implemented into the desktop app? What...

btw Swift UI supports markdown natively like so: ```Swift struct Markdown: View { var body: some View { VStack { Text(.init("**Hello** *World*")) } } } ``` For finetuned control of...