Michael Vogt

Results 57 issues of Michael Vogt

This mirrors the fix in https://github.com/snapcore/core/pull/127 but for the target filename instead of for the version scriptlet. The current `usr/lib/snapd/info` looks like this: ``` VERSION=2.59.3 SNAPD_APPARMOR_REEXEC=1 SNAPD_ASSERTS_FORMATS='{"snap-declaration":5,"system-user":2}' ``` which means...

First, thanks for the new passhash-ng! It looks great! Also a question - I was using my own forked version of passhash for a long time, mostly because I could...

enhancement

Hey, this extension looks really nice, thanks a bunch for working on this! One feature request (for later) would be to support the legacy passhash logins integration, i.e. being able...

enhancement

Using libudev makes the packaging more complicated (now we need to ship libudev in the snap) and is also not really needed because we do not use any of the...

Hi, When I try to build josm from the github git I get: ``` BZip2CompressorInputStream.java:33: error: package org.apache.commons.compress.utils does not exist [javac] import org.apache.commons.compress.utils.BitInputStream; ... ``` And some more similar...

We recently ran into the issue that it would have been useful to get more details from a pytest exception print. With `-vv` one gets all the untruncated local vars....

Hello, this tiny branch fixes two bugs in tools/passhash.py and adds a simple argparse around it so that it can be used standalone. Cheers, Michael P.S. I do really like...

This is a request for feedback, not yet a fully ready pull request. It adds a nodejs cli mode to get the password (prototype only for now) and updates the...

This is a quick draft of the idea of Florian (thanks!) about moving the retry handlign into the client.go:request() helper. What is nice about it is that it's very local....

Based on https://github.com/osbuild/image-builder/pull/1266 (thanks @mgold1234 !) See the individual commit messages. The tests are a bit repetitive and there is room to extract more helper here i feel but it's...