Joe B. Lewis
Joe B. Lewis
Containerization would definitely make it easier. Will look into it and update here when ready. Thanks!
Thanks for reporting this @randolf I can reproduce this issue on Android Chrome. I suspect it to be a problem with the mainstream project. Will figure out what's going wrong...
The dropdown was written without respecting any VDOM abstractions, so this might not be a trivial job. Like you've mentioned `ReactDOMServer.renderToString()` should do the trick, only drawback being no support...
Yes, this needs to be handled by the plugin. ``` handleDOMEvents: { blur: function(view, e) { var state = this.getState(view.state); if (state && state.suggestions.length) { // hide suggestions list if...
Thanks! Can you raise a PR against my repository, so that I can merge it here?
Looks like a problem with the version of rollup you are using. Can you specify the version of rollup being used?
As a workaround, you can change the entry in rollup.config.js from "esm" to "es". This should fix the problem.
Not yet.
I have the same question. I understand Skija route will help Java projects to easily integrate Skia on top of being useful for Skiko/Jetbrains Compose project as well. But directly...
Logging this here for people coming from Google Search. http://hexopress.com allows you to write posts in Google Docs & sync it up with a dedicated Octopress instance. Use it for...