Nguyen Minh Duc

Results 17 comments of Nguyen Minh Duc

I am also running into issues in running nextJs with this editorComponent. I am running : ``` import dynamic from "next/dynamic"; const EditorJs = dynamic(() => import("react-editor-js")); // Use EditorJs...

Hi I didn't mean to hard code it into build. I want to run it in development and I think the env variable NODEDEBUG gets filtered out by the react...

> Largest disappointment for me after I upgraded to Sublime 4 last week. We use Sublime for the whole company and the biggest complaint so far that I've heard is...

I have a mono repo, where the pckage.json is in a different folder. I have set up: ``` defaults: run: working-directory: ./project/app ``` in my github workflow, but the script...

Yes, I have the same issue when running on` [email protected] `and `[email protected]`. I am a bit restricted to the jest version since, it is the version from `create-react-app@3`. I get...

This would be a nice improvement!

Here an additional screenshot for the issue. It is an example of a very slow connection. So the map shows the red markers until the remote marker is loaded:

It would be still somehow nice to be able to use the title attribute without having a popup

Otherwise, onUpdate works fine. All in all, everything works for my use case. I was just wondering why I do not get the success handler running.

> @PythonLinks you missed the point that @ngmiduc is trying to make. Actually, he wants to manage making request on his own. Similar to [Image plugin](https://github.com/editor-js/image). Currently, I am facing...