rianadon
rianadon
Yeah however for me that console closes as soon as I click the stop button so I only see the exception for a split second. I decided to do a...
I now tried the following new code to see how this works with threads: ```java class Main { public static void main(String[] args) throws InterruptedException { System.out.println("Hello"); new Thread(() ->...
Wow I can't believed I missed the command. Running `ignore uncaught java.lang.Throwable` before `run` stops jdb from breaking on extensions. Doing this as a temporary fix could work (but that...
I was able to solve this in a very hacky way by replacing the `"run"` on [this line](https://github.com/DonJayamanne/javaVSCode/blob/486b345cace17f892a895a2ceceb8f25a1a08850/src/client/jdb.ts#L384) with `"ignore uncaught java.lang.Throwable\nrun"`. The exception (I experimented with the first example...
Ideally something that would allow breaking on exceptions to be toggled in the middle of debugging would be nice. For example, the Node.js debugger does this:  It would be...
I ~am using OpenJSCAD~ was using JSCAD (now I'm using [Manifold](github.com/elalish/manifold) which matches OpenSCAD in quality) in my configurator: https://github.com/rianadon/dactyl-configurator/, which might serve as inspiration. OpenJSCAD does a fairly great...
Yup icon customization is a thing I should eventually get to. And while I'm at it, I should probably support the `state_color` option as well, like the light entities. I...
You should see a card named "Opensprinkler card". I would double check that the card is in your resources (Settings -> Dashboards -> dots in upper right -> Resources) and...
> 👋 Hi! New to OpenSprinkler, the HACS integration, and this Lovelace card... Welcome! I hope it hasn't been a frustrating experience so far. > At the moment I'm not...
Great suggestion! I'm open to PRs if anyone wants to tackle this.