Caleb Zulawski
Caleb Zulawski
Yep, that's exactly what I mean. I agree that it would definitely be a bit slower, so it would be best to offer it both ways--mostly as a convenience because...
Yes, I think something like that is probably sufficient. With some trickery, it would also be possible to do it in place, since `&mut [Complex]` is the same shape as...
> Performance tip: always use `chunks_exact` + [`remainder`](https://doc.rust-lang.org/stable/std/slice/struct.ChunksExact.html#method.remainder) instead of `chunks`. > > And yes, it should be possible to vectorize the heck out of this. I have found it...
Probably broader than just this issue, but this revealed issues with rules_python and Artifactory mirrors for me. Artifactory doesn't seem to mirror the html index (looking at the python docs...
My only comment is that I often find myself deleting the branch and recreating it when something goes a little awry with git-subtree. I haven't tried josh yet but it...
I tried writing a credential helper but that doesn't appear to work either. Not sure if it's relevant, but my registry includes a non-standard port.
I just had something like `--credential_helper=company.com=cred.py`. It appeared the credential helper was being called, but I would need to check again to be sure, I was trying many iterations. My...
> There is also #1155 that introduces a new `Prefix` type. Maybe it should be fixed there, then... maybe in `Prefix::create`?
I think so! I think I see which part you mean now--you can assign basic auth or a bearer token to a particular URL. That's all I would personally need.
I have found that busybox tar can extract this file, so GNU tar must be using some syscall podman's volume mapping doesn't like. This is unfortunately not a workaround for...