Adrian Gh

Results 8 comments of Adrian Gh

just adding to this thread that bracketeer doesn't seem to catch [ ] ( ) for removal, or replacement. It seems to be fine with {} and quotes. Thanks

> > just adding to this thread that bracketeer doesn't seem to catch [ ] ( ) for removal, or replacement. It seems to be fine with {} and quotes....

> Does the command `npx five-server@latest . --browser="asdf,firefox"` work? First it should try the browser "asdf" which does not exist, then it should open firefox. Thanks @yandeu , firefox is...

Hi just to give an update. The issue seems to only affect my WSL/Linux Distro It works fine when launched from index.html within windows OS. Perhaps you may know off...

> Actually, I just tested it on a fresh install WSL + Ubuntu 22.04 + Node.js v20.1.0. It only works when I try to open the default browser, but not,...

running gives result: ``` Five Server running at: > Local: http://localhost:5500 > Network: http://172.22.93.9:5500 node:events:491 throw er; // Unhandled 'error' event ^ Error: spawn asdf ENOENT at ChildProcess._handle.onexit (node:internal/child_process:283:19) at...

So I just copied some elements of this script for the example: https://editor.p5js.org/codingtrain/sketches/5V8nSBOS but i didnt save it: ```js let moverA; let moverB; function setup() { createCanvas(400, 400); moverA =...

+1 would very much appreciate the option to disable the extension in html. I was forced to create a workspace with this extension off if I'm working with html.