Niklas

Results 66 comments of Niklas

Ah, great. By the way: I think it's more common to name the feature `std` and make it default instead of naming it `no_std`.

Ok, I've just used the `EntryPoint`s. They seem to work.

It breaks with QEMU 8.1, sadly, because it [uses SMBIOS3](https://wiki.qemu.org/ChangeLog/8.1#x86) and https://github.com/jrgerber/smbios-lib/commit/812920b9a80035c8c6976812a1a6c8269d52d3b8 isn't in here. #105 sadly doesn't work with no_std, because there are still tons on std references.

Thanks for the input. The discrepancy between "everyone is able to delete drinks" and "noone is able to modify drinks" has been bugging me for a while. The code looks...

Interesting idea, but I'm not sure this "fetch webfinger first, if it doeesn't exist, fetch gravatar" logic is understandable from the UI. It would also be nice if you could...

Thanks for putting this much work into it – and sorry for taking so long to look at it. The first two commits look great. The third one seems a...

We could probably think about proxying those images in the future. But the next TODO is making the test pass again.

Yours looks way better, let's use that one.

The tests pass now. Aside from the two small conflicts: Are we ready to merge this?

Hm, is it possible to disable this? Also, it would be nice if you'd use Docker secrets instead of passing the tokens via environment variables.