Philippe Poulard

Results 15 comments of Philippe Poulard

👍 May I suggest too : - [ ] Use classes instead of functions : `var construct = function () {` - [ ] Use typescript instead of js :...

Hello, Here is the way I initialize it (`observer()` comes from MobX) : ```typescript import Editor, { monaco as Monaco } from '@monaco-editor/react'; import { editor, languages } from 'monaco-editor';...

Hi @suren-atoyan , I've just upgraded to v3.3.1 and the issue still exist. I'm almost sure it is due to language registration (as shown in the code above). Unfortunately I...

This is still an issue for me. Some of my users are observing a strong latency in the editor. I'm still looking for a recipe that let me bundle (with...

Finally, I used craco to bundle the worker ; here is the code, somewhere in my app (before using the editor) : ```typescript // @ts-ignore global.MonacoEnvironment = { getWorkerUrl(_: string,...

https://www.npmjs.com/package/@craco/craco

> I was just looking at another repo for something else and it has a link to [moddle](https://github.com/bpmn-io/moddle). It might be of use to this project or someone else looking...

Hi, I'm interested in participating too if possible !

Did you read that [ https://github.com/badcafe/rollup-plugin-inject-process-env#globalthis-is-undefined | https://github.com/badcafe/rollup-plugin-inject-process-env#globalthis-is-undefined ] ? > De: "Hubert X." ***@***.***> > À: "badcafe/rollup-plugin-inject-process-env" > ***@***.***> > Cc: "Subscribed" ***@***.***> > Envoyé: Lundi 26 Septembre 2022...

Can you supply a minimal configuration that I could examine ?