Adam Yost

Results 16 comments of Adam Yost

Hey all, I went ahead and made a drop-in replacement for this module at [here](https://github.com/swimmadude66/html-webpack-skip-assets-plugin) which is compatible with latest webpack and html-webpack-plugin. I've developed a couple other plugins for...

I agree 100%. When I saw the last commit to this project was 2 years ago, I decided to work on a replacement just in case. No pressure to use...

This issue is still happening, and can be fixed by: `body = response.read().decode('utf-8')` at line 3761 of rds2/layer1.py

Looking over it now, but I don't see any sort of web workers being used in those examples. It looks as though the equivalent to my worker class is just...

Bumping here because I've made some more progress and have a little more focused of a question. I am now successfully reaching the custom language worker, but unfortunately, it never...

I am creating the worker from the UI using a workerManager class identical to [the one in the JSON language configuration](https://github.com/microsoft/monaco-editor/blob/45ae1272ea2e4964cb75d78189dedf29d28a138c/src/json/workerManager.ts). the `editor.createWebWorker` call seemed to properly load the file...

Interesting. I tried running that method early on, but was having issues. I am now wondering if there's something else in my setup breaking that workflow. I am using `@monaco-editor/react`...

We never did. Moved on to Codemirror 6 and have never looked back

Bumping this, as its a pretty huge roadblock for us. A native "clear" functionality would be appreciated, but at a minimum, setting value to null/undefined needs to be possible to...

Is there a plan to fix this bad mapping? using `bracketright` for plus works, but also adds a hotkey on the `]` key