Matthias Bach

Results 16 issues of Matthias Bach

Emoji deprecated the use_alias parameter in 1.6.2. This changes our use to the new API which exists since that version. Without this change, ntfy cannot be used with emoji 2.0...

It would be neat if a change log was kept in the repository or the documentation so that I, as a user or distribution package maintainer, can get an overview...

When packaging Typer for openSUSE I ran into errors because the tutorial scripts were unable to import their colocated modules. Curiously this only seems to be occurring when these scripts...

answered

In some scenarios, like running pytest outside of an active virtualenv, it could happen that "coverage" would refer to a different Python interpreter than the one running the tests. Admittedly...

investigate

Not including externally hosted content makes it a lot easier to obey the new GDPR coming into effect on May 25th.

This updates the vendored dependencies in the Pelican-Boostrap3 theme. My main goal was to upgrade Shariff. Version 3.0.1 does feature a fix for an XSS vulnerability, although this is probably...

I successfully verified correctness of the application on the FRITZ!Box 7362 SL with firmware version 7.12.

Trying to install Mesosaurus following the instructions from the README, I run into the following issue during `sbt compile`: ``` [info] Compiling 8 Scala sources to /localdata/mbach/Mesosaurus/mesosaurus/target/scala-2.10/classes... [error] /localdata/mbach/Mesosaurus/mesosaurus/src/main/scala/io/mesosphere/mesosaurus/Mesosaurus.scala:194: not...

This improves on the Python-3.11-compatibility fix that can already be found on master but sadly seems to have missed a small detail. In addition, it replaces usage of the last...

When running tests, depending on the order they are discovered, the default_config can become tainted before the test_default_config test is run. This causes this test to fail. Admittedly its likely...