Bram Geron
Bram Geron
That's a wonderful idea! To elaborate: can we opt-in to strict provenance per-crate in `Cargo.toml`? ```toml # default: true = allow = PNVI-whatever ptr2int2ptr = true ``` - `ptr2int2ptr =...
Workaround: instead of `Option`, use `Option` (an `Option` containing a 1-element tuple). The tuple serializes as a list. `None` serializes to `null` `Some(None)` serializes to `[null]` `Some(Some(3))` serializes to `[3]`
Short of implementing a TLS connector myself, I think it's not possible to configure this manually. I can specify the `tonic::transport::ClientTlsConfig` but not the `rustls::ClientConfig`. Alternatively I could make this...
I think I hit a similar case in bazelbuild/rules_apple#2357 , but in my case everything was local with a disk cache. I think this is the sequence of events that...
Thank you for reporting! Sorry for the delay. I played with the build settings, and now it seems to work for me. Does it work for you? (It seems the...
By the logic of omitting transitive edges, should "b" also be omitted if I ask to see "a" and "d"? Right now it isn't, I get a tilde in between,...
Ah, yes, thanks, the case of non-squashing repositories is a good reason for aef27d570191f2ba74de9ea58853d16efd9fd21a. And there are great reasons not to squash PRs. Do you imagine it acceptable to add...
Turns out the problem was the space in my 2FA code. Feel free to close this issue. Though it's a papercut we could potentially easily fix
Hey @xljones, for sure! Sorry I let this ticket slip when my life was being busy. I should be able to respond pretty quickly, in the unlikely case it does...
Looking into this, tests are failing but this seems related to ImageMagick instead. Expect a release with a fix tomorrow evening.