Tereza Tomcova
Tereza Tomcova
This also negatively affects usability of the new optional tuple elements: ```ts function foo(bar: [number, string, Function?]) { bar[2] && bar[2](); // Cannot invoke an object which is possibly 'undefined'....
> Probably the same for Raspi PrusaLink as well. On Raspi PrusaLink they're different. (Just a nitpick, it doesn't really matter since MK3 isn't officially supported yet.)
The actual code I was debugging looked like this: (Note the extra backtick on line 3.) ```powershell msbuild /m /restore MyApp.sln ` /p:Configuration="$Configuration" ` /p:Platform="$Platform" ` if ($LASTEXITCODE -ne 0)...
Thanks for the details. I'll try to reproduce it and capture a full dump.
Good news! I managed to reliably reproduce it: 1. Open a new instance 2. Press Ctrl+I 3. Paste STL path (preferably a complex one, but it should work with any...
Thank you for the tests. I never managed to set up the environment to be able to run them. The single value select was a bug in the original PR....
I was getting errors like these when I had one of the `miele.*` entities disabled.
There's a precompiled exe in [releases](https://github.com/Nikolay-Kha/PCBConverter/releases)