Danilo Bargen

Results 235 issues of Danilo Bargen

##### SUMMARY The "Close Project" shortcut button is not something I use often (or ever, actually). At the same time it's easy to accidentally hit when wanting to click on...

easy
UI / UX

**Home Assistant Android app version(s):** 2024.1.5-12102 **Android version(s):** 13 (LineageOS) **Device model(s):** Pixel 4a **Home Assistant version:** 2023.12.0 **Last working Home Assistant release (if known):** n/a **Description of problem, include...

bug
question

Again, this is a pretty big update with multiple breaking changes that requires changing how our argument parsing is set up. (If I ignore the effort to upgrade, this update...

chore

See https://github.com/tldr-pages/tldr/releases/tag/v2.1

enhancement

If I add `DRYPermissions` to a `ReadOnlyModelViewSet` and then do a `DELETE` request to the endpoint, I get a HTTP500 with the following exception: ``` AssertionError: '' does not have...

I'm adding a user resource to an API. I want the following permission logic: - Staff may do anything - Users may read and update themselves So I start out...

Are we free to use the scripts you provided (e.g. under an MIT or BSD license)? :)

I'm trying to put PB8 into alternate open drain mode, so I can use it for I2C. ```rust 37 // Get access to PORTB pins 38 let mut gpiob =...

How can I pass babelify options using the node API? With the command line API, I can do something like this: -t [ babelify --presets [ env ] --extensions .ts...

Hi. We're using budo for http://github.com/threema-ch/threema-web. When upgrading from budo 9 to 11, CSS live reloading stopped working. I tested a bit with different versions, and 10.0 was the first...