terry feng
terry feng
Can this issue be resolved? Currently my monaco-vim is bundling all the language files when it doesn't need to be and this seems like it should be good to go.
This PR can be closed as of the latest update
Linking some important resources for doppler effect with delay implementation: https://ccrma.stanford.edu/~jos/DelayVar/DelayVar_2up.pdf
Still running into the same errors trying to compile with TypeScript. Every time, I need to manually go into the node module and re-edit source.
Monaco-vim currently visually selects text via block cursor as if it were a normal cursor. Therefore when yanking, you need to yank one extra letter to get the last letter....
Using [q] to record a macro works for me. Can you describe your issue in more detail?
Hmm perhaps https://editor.bitwiser.in isn't up to date for some reason? I am able to get it to work on my website: https://ccrma.stanford.edu/~tzfeng/webchuck-ide/dist
unpkg seems to be pointing to version 0.4.0 which is what I'm using as well on npm. Macros also seem to be working at https://godbolt.org/ Are you on 0.4.0 as...
Hmm yeah, you could hard point it to 0.4.0 too if you haven't already: https://unpkg.com/[email protected]/dist/monaco-vim.js
Just wanted to bump this, can this issue be closed?