mecirmartin

Results 13 comments of mecirmartin

I've looked into source code, and i could simply call `webpackCompiler.run()` instead of `webpackCompiler.watch()` I know, that this package is called `cra-build-watch`, but do you think that it would be...

Sorry for late reply. I tried the beta version of your tool, it works fine, basically it writes sources on disk when in development mode However this does not suit...

I think it could be done. Here is page deployed with modified `cra-build-watch`: https://inspiring-wing-c683b2.netlify.app/app/dashboard React is in development mode The problem is the error in console. Also after refresh it...

@renato-bohler Hey, i tried your solution and it does not work for me. When i click on the link, event is emitted, but `element` is instanceof `PointModel` instead of `LinkModel`...

@dylanvorster Any updates on this feature? I would like to help if you could point me in right direction

@grafandreas hey, have you figured this out? This sounds like basic functionality to me, yet i can't figure out how to do this

@grafandreas Hey, actually found solution for this https://github.com/projectstorm/react-diagrams/blob/23b174736c1858fa2ee5899505454bf1a408e1a7/docs/customizing/ports.md This minimal example works ``` import { PortModel } from "@projectstorm/react-diagrams-core" import { DefaultPortModel } from "@projectstorm/react-diagrams-defaults" export class BidirectionalPortModel extends DefaultPortModel...

I have the very same problem, i followed instructions on local development with full vscode build, still getting ``` node:child_process:333 ex = new Error('Command failed: ' + cmd + '\n'...

@jainendra @xcv58 Yes, normal yarn watch works fine Upon further investigation i found out how to successfully run `yarn watch-with-vscode` It errors out because it can't find `vscode-web-github1s/lib/vscode/out` However if...

> 建议把前置依赖环境打包成 docker 镜像,前置条件太难解决了 Please use english in public, open source repositories