mintdaniel42

Results 6 issues of mintdaniel42

### What type of change does this PR introduce? - [x] Bugfix - [ ] Feature - [ ] Refactor - [ ] Documentation - [ ] Not Sure? ###...

### Enhancement Type Improve an existing feature ### Describe the enhancement In addition to the Modrinth Mod Manager and the VanillaTweaks Datapack Manager you could add the ability to auto-download...

enhancement

**Describe the bug** SQLiteDialect#isUniqueConstraintViolated does not recognize SQLite primary key unique constraint violations **Expected behavior** UniqueConstraintException is thrown **Actual behavior** SQLExecutionException is thrown **To Reproduce** Steps to reproduce the behavior:...

The Scheduler class now extends AutoClosable and will automatically call Scheduler#gracefullyShutdown() when it's time to say goodbye. This is useful with try-with-resources statements

**Describe the bug** I tried 3 different styluses: 1. some off-brand MPP stylus 2. Metapen M3 Pro 3. Framework Stylus (which is the officially supported for my device) Absolutely never...

input

I use the following code for an MQTT switch on an Arduino UNO. After a few toggles the device no longer responds ``` #include #include #define OPENER_PIN 9 #define RING_INPUT_PIN...