Paul Rosen
Paul Rosen
I also tried installing it in VSCode and get this message: ``` Please wait while Preview.js installs dependencies. This could take a minute. Dependencies will be installed in: /Users/me/.vscode/extensions/zenclabs.previewjs-1.6.0/dist/installed Error:...
I start with a script named `docker-start.sh` which contains ``` docker-compose run -e VITE_PORT=$nmp_web --publish $nmp_web:$nmp_web --name=nmpvue3 --rm app bash ``` Where `$nmp_web` is defined in my profile. That starts...
I am flexible on how I set docker up, except that I want all of the node processing done on the virtual machine, so if you want me to add...
I had another request for this. I haven't implemented it yet. I'll see if I can get this in the next maintenance release, but I'm not sure.
No, not yet. Let me look at it when I'm doing the final push. It might not be too hard. So maybe beta.9 or beta.10.
Thanks! I'll write up some more detailed info on this soon but the overview is: look for the function `engraveTune()` in `abc_engraver_controller.js`. You will see a call to `layout()`. If...
It occurs to me that the complexity is figuring out where to place each item so that they line up and have the right spacing. This feature takes all the...
I haven't implemented this yet. I'm working in that area right now, though, so I might be able to do this soon. I have a question about your intention on...
Not yet. Are you suggesting to go to two lines in the above case? I was thinking about pushing the string to the left as much as it needs to...
I'm working on a new audio method and will make sure that this doesn't occur when I switch to the new method.