Matej Urbas
Matej Urbas
The underlying reason seems to be that [an old unstable 3.x version of `marshmallow` is used](https://github.com/hugapi/hug/blob/6d642df55539d842f4844866f7a7f1263da8816e/tox.ini#L8) in hug, while the reporter is likely trying to build against a recent stable...
> By the way does reviewing these feel easier or harder? Than just conventional large PRs I'm using plain github to review and it's pretty easy. Thanks for breaking these...
Looks great. The only thing needed is to convert the "importing with relative paths as strings" tests. These tests should produce an import error, so could you please assert that...
Yes, we need benchmarks. I suspect that there might be enough code reuse in a lot of nix expressions so it might actually pay off. However, there are many other...
Sounds good, let's get that working then. Let me go through the PRs real quick.
Oh, I meant just building the package in our flake. Let me paraphrase this issue.
Glibc version mismatches are a bit of a drag. However, my guess is that this is not necessarily a problem of flakes. The problem is likely a hole in the...
Oh my, yeah, there must be some sort of a hole in the direnv development environment setup. We rely on `rustup` and `cargo` to pull all the Rust tooling down....
You will also have to remove the file `python/google/__init__.py` otherwise it will interfere with Python's namespace logic and Python will not treat it as a namespace package (I think :D...