Ruud van Asseldonk
Ruud van Asseldonk
Yes, that was indeed discovered and fixed by @kali, I just haven’t had the time to review the PR yet, I’m sorry about that. Will try and take a look...
This should be possible. Do you know of a program that runs on Linux that can actually read those, to test compatibility?
I think this should be possible. From the top of my head, there is only a `Vec` to support `SampleWriter16`, which is an optimisation. I’ll look into it.
A use case for this is `nix develop`. I have many projects with a `flake.nix` now, and a `devShell` in there with packages from Nixpkgs. * I enter the development...
Two remarks: * I often keep one Travis tab open to watch builds. Without the sidebar, I have to click twice instead of once to go to a different repository....
> but I'm not sure yet if that's the right starting point and how to compare that to the packages from the play store. You can list the path to...
I implemented a fix for this in https://github.com/hashicorp/vault/pull/23218 that I want to port to OpenBao. The pull request was never included into Hashicorp Vault, so the Source-Available License Policy should...
> I’m trying to build an Ansible alternative on top of rcl Cool! > One thing that would be nice is to be able to `serde_rcl::from_value(value)` which will tell which...
#50 has been merged, but this is not entirely obsolete. In some cases the typechecker expects a collection, it needs to handle that. And also, when it extracts an element...
Note to self, previously I wanted to add `..` syntax for unpacking, and use it for dicts, lists, and sets. But that creates a complication in the typechecker: is `xs`...