Andi Rosca
Andi Rosca
Yeah, at the time I made the library Vue 3 hadn't been released. I might take some time soon to add support but can't promise anything
I'll have to think on this, the library assumes everything will run syncrhonously I might provide a different component for rendering async
somone else reported this error too, i'm looking into it, will let you know :D
fyi everyone, did a refactor of solid-markdown recently, which resulted in `v2.0.0` being published on npm there's now a `ssr-demo` folder in the repo to ensure the library still works...
I'm guessing this has been forgotten about but in case someone from Ionic sees this, I'm running into similar issues as the other posters. I have multiple swipes on the...
I just released a new version `v.2.0.3`, I've updated all dependencies and fixed some type errors. The latest `remark-gfm` is now supported
I was able to fix it for my case. What I did was change 2 lines in the _project() function. From: ` this._radiusX = Math.max(this._point.x - pointLeft.x, 1); ` `...
I do have xcode installed. I think maybe it's a case of not finding gcc?
Seems like the issue is with one of the dependencies I bumped. @YvesZelros has a good point, I should've bumped the minor or major version up instead of the patch....
Seems like I made some mistakes with the initial implementation of the `BubbleMenu` The effect listener that was registering/unregistering the plugin would do that every single time the editor state...