Hugo Herter

Results 96 issues of Hugo Herter

Testing for the empty value of two Django variables fails when using the HAML syntax but works with the Django templating syntax. This failed: ``` html -if myobject.attr1 or myobject.attr2...

HamlPy removes all line breaks in JS. This breaks comments in the `// comment` format, while the use of `/* comment */` is discouraged in Javascript [1]. [1] "JavaScript: The...

Solution: Add a manifest file for flatpak-builder This is work in progress from the EuroPython 2022 Sprints in Dublin. I took some inspiration from the following Flathub GitHub repositories: -...

### What were you trying to do? Run Mu_Editor-1.1.1-x86_64.AppImage on a laptop running Arch Linux ### What steps did you take to trigger the issue? 1. Download Mu_Editor-1.1.1-x86_64.AppImage the Download...

bug
packaging
OS: Linux

# Problem After upgrading to Nomad 1.3.1 with nomad-driver-podman v0.3.0, a job would not start anymore due to the following error message: ``` Type: Failed Validation Description: 3 errors occurred:...

stage/waiting-reply
type/bug
theme/dependency

Baron crashes with `baron.tokenizer.UnknowItem` when trying to `baron.parse()` a file containing the following code: ``` class Car: ## standard idle block comment pass ``` _Python3.5.3 / Debian amd64._

Deployments with IPv6 require forking the image or overwriting `nginx.conf`. When listening on `listen [::]:80;`, @pando85 reported in #189 that IPv4-only Docker installs do not work as Nginx is trying...

Some devices such as the Behringer XR12-XR16-XR18 are using a communication protocol that is compatible to standard OSC with MUSIC Group specific extensions (e.g. parameter enquiry, subscriptions). As [detailed in...

The style of additional menus to the menubar (via addons such as "About 1 menu" or "Advanced Menu manager") does not match the style of default menu items. ![screen shot...

According to [the Raspberry Pi documentation](https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html), Raspberry Pi Pico W adds on-board single-band 2.4GHz wireless interfaces (802.11n) using the Infineon CYW43439 (...) > The CYW43439 wireless chip is connected via...