Eric Mathison
Eric Mathison
If case statements implicitly create a scope, I'd expect this to produce a reference error (via fallthrough): ```javascript switch (true) { case true: let foo = 42; case 'anyvalue': console.log(foo);...
Ok. Appreciate you taking the time to look into this. Thanks again for all your work on the book and for making it available online! If you ever have time...
When I ran into this issue (also on Windows 10 and also clicking the .bat file in explorer), my solution was just to bypass the whole problem and use one...
Sure, I'll aim for writing up a wiki page. Yes, Launch4j only targets Windows even though packages can be created from any Win/Mac/Linux machine (I created my .exe package on...
These instructions worked well for me on Ubuntu 18.04: https://saveriomiroddi.github.io/Installing-ruby-tk-bindings-gem-on-ubuntu/ In addition to installing the packages Peter mentions above, they suggest symlinking the libraries: ``` sudo ln -s /usr/lib/x86_64-linux-gnu/tcl8.5/tclConfig.sh /usr/lib/tclConfig.sh...