Maximilian Bosch

Results 86 issues of Maximilian Bosch

An example for the problem is the following PR: https://github.com/NixOS/nixpkgs/pull/59449/checks?check_run_id=101239188 It seems as the darwin machine was quite busy this morning, so it took a while until `avidemux` was evaluated...

When I build something on a machine where I'm not a trusted Nix user, e.g. with ``` $ nix-build -A cargo --option builders 'ssh://builder?remote-store=/home/bosch/store x86_64-linux - 10 4 big-parallel,kvm,nixos-test' -j0...

I get an utf-8 error when using german characters like öäü. This is the message which I get when having these characters in the template: ``` [2015-07-20 20:08:07] request.CRITICAL: Uncaught...

Given a batou deployment: * `update_method` set to `rsync` for the environment we're deploying * a directory `foo` exists with a file `bar` exists in it. The change is checked...

see https://github.com/flyingcircusio/batou/blob/main/bootstrap#L13 Should IMHO be part of the release process to increment it there.

I've seen output like this a few times already ``` redacted00: Connecting via ssh (1/3) redacted01: Connecting via ssh (2/3) redacted10: Connecting via ssh (3/3) Connection closed by UNKNOWN port...

So, I'm not sure if I'm misunderstanding something, but * My OIDC provider has the claim `avatar` with the attribute `avatar` being the URL to the avatar of the user...

To have a consistent code-base in the long run, it has been decided on our last sync a few weeks ago that the game-lobby API (currently written in C# and...

enhancement

It occurred to me that some parts of the development pages in the Wiki are slightly outdated (which is at least partly my fault as I didn't write some documentation...

documentation
help wanted

It happens pretty often to me that I'm trying to find out which packages contain a certain header file (e.g. `unistd.h`). In those cases I usually don't care at all...