neodescis
neodescis
Ha, not a problem, it's been my pleasure. Glad to give back! You've done really excellent work yourself, especially with the underlying view engine. I'm happy to accept a beer....
Interesting. I dug a bit further and found that [this file](https://github.com/redhat-developer/yaml-language-server/blob/main/src/languageservice/parser/jsonParser07.ts) is doing the validation heavy lifting in yaml-language-server. That is always returning warnings, as you said. With option 2,...
I have built an Angular component around monaco-editor. I needed YAML support, so I've added monaco-yaml to the mix. The component provides its own validation: if the monaco-editor instance has...
I can reproduce this problem 100% of the time on an Android mobile device, and also in Chrome's mobile simulator. This is with the latest version of mapbox-gl-draw: 1.1.1, and...
I am doing exactly what you're asking. Take a look at the jMuxer library, available here: https://github.com/samirkumardas/jmuxer Here's the code I'm using to do this. The only down side is...
Same question here. My project is not connected to the Internet.
There's now a maintained fork of the later library, which the original version even refers you to on npm. See the deprecation message here: [https://www.npmjs.com/package/later](https://www.npmjs.com/package/later) Maybe someone could fork this...
I finally had time to debug through this, and I think I have some workable solutions. I've tested these in desktop Chrome's mobile emulation, and on a real phone. Here's...
I will try to get a PR together, hopefully next week.
If, like me, you're still trying to use version 2.3.4 and you're getting "global is not defined" errors, you can fix this by forcing 2.3.4 to use later versions of...