brucou

Results 48 comments of brucou

@DrSensor I have been reviewing many many tools for drawing state machines, including paid tools, and I came to the conclusion that in the short term, using yed is still...

This is likely due to the path `C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js` having spaces, so it is incorrectly decoded. Does nobody use windows for development nowadays? or do I have a misconfigured windows?

Thanks Dorian, this is helpful. Is there another way to run `create-react-app` than with `npx`? I could not find an eponym script or executable in `bin`

ok so the workaround recommended in one of those links is to globally install `create-react-app` as in `npm install -g create-react-app`. That almost worked for me. The issue now is...

Great, thank you for your patience and support. I am closing this if you do not have any objections.

Hi there. I was reviewing the example aforementioned. The few questions came to mind: - the server do not seem to initiate the sync but rather to send back some...

@mangr3n yes the project looks abandoned. I followed it as I was working in parallel with a similar set of ideas. but with what I believed to be a better...

I know the talk that you are referring to, it is a pretty good one. My description is pretty summarized, and is a rehash of the types I wrote in...

Anyways, I guess you should continue trying to improve the API in the way that suits your objectives. If you want a critical eye to comment on it, feel free...

Sure, send me the link for that repository. Your problem seem pretty common. An embeddable component receives events (from the user, or from the external systems, say the server, or...