Mira

Results 24 issues of Mira

Enable the internal pull-up resistor for the GPIO used by OneWire library. OneWire requires by its design a pull-up resistor, and if the internal one is not enabled an external...

org.eclipse.equinox.preferences ver. 3.10.0, a dependency of org.sonarsource.java, references a non-existent dependency ("org.osgi.service:org.osgi.service.prefs", but should be "org.osgi:org.osgi.service.prefs"). https://repo1.maven.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.0/org.eclipse.equinox.preferences-3.10.0.pom Therefore we pinned the latest working version 3.9.100 https://repo1.maven.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.100/org.eclipse.equinox.preferences-3.9.100.pom ``` implementation('org.eclipse.platform:org.eclipse.equinox.preferences') { version...

tech
blocked

# Bug / Technical Debt Currently, there is a weird behaviour implemented in many parsers: Even if files are specified on the command line, the parser still waits 1000ms for...

bug
pr-analysis
priority:low
difficulty:medium

Hi, it took me a few hours to figure out why this doesn't work, so I wanted to share it. Tumblr implements the OAuth signing process slightly different as the...

Two little things I noticed while reviewing https://github.com/pretix/pretix/pull/3968 - Extend the usage of "data-exclusive-prefix" to addon Items (currently only used on addon ItemVariations) - Fix a typo in an error...

cla-signed

### screenshots ![image](https://github.com/pretix/pretix/assets/388142/4618e2da-aa90-4eeb-8806-b2e3dd251c73) ![image](https://github.com/pretix/pretix/assets/388142/950d6466-2ee3-4c31-b809-d1d9f3b4a558) ### assumptions - time machine is only allowed on shops in test mode - we only use the fake datetime for availability checks, and for ticket...

cla-signed

### Problem and impact When choosing "Payment by bank transfer" in the quickstart wizard, the bank detail fields are marked as optional, but are actually required. ### Expected behaviour Fields...