Andor Uhlár

Results 14 comments of Andor Uhlár

FWIW I pattern-match the vector out of the `ByteString`, see [here](https://github.com/andor44/tensai/blob/5ae02344d0e2f234768c609910b4fd209582f78e/src/torrent.rs#L84-86). It's not ideal (and now broken because of the changes) but it works.

I meant that the changes broke the commit that the link is pointing to, not that it's wrong in any way; quite the opposite actually, I much prefer the new...

`systemd-run --slice=machine.slice rkt run...` has the same result as with a regular unit, i.e. it fails.

Installing 1.30.0-1 from the releases page `.deb` fixes the issue. I am able to start pods with that release.

@lucab package from the Ubuntu repo. Repro steps: 1. Create GCE instance with `ubuntu-1804-bionic-v20180823` (Latest image in `ubuntu-1804-lts` family as of now) 2. Log in 3. `apt update && apt...

Where does this leave me? If I understand correctly that means I'd have to wait until 18.10 (or really, the next LTS) when Ubuntu can bump their go-systemd version, or...

I wrote this snippet **on purpose** to avoid using `global`, in order to employ the guarantees of the type-system to ensure I have a correct and usable database context in...

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option. Rust FTW!

Looking through the list above, `nginx_ingress_controller_requests` is actually pretty much what I want, and even better than the old `nginx_upstream_requests_total`, it seems that with this one I *truly* have the...

Related: we had an extra space at the beginning of the file, i.e. `" -- +goose Up"` (minus the double quotes, just using it to emphasize the space). The migration...