Dominic Evans
Dominic Evans
Note, commenting out the feature doesn't get much further as we fail the metal limit assertion here: https://github.com/gfx-rs/gfx/blob/3fce1bd0550110f0565018fd2b4b74a4da151c62/src/backend/metal/src/device.rs#L1290
@cormac-obrien the texture-arrays sample does work, but that's because it does a match against the device features and only enables what is supported: https://github.com/gfx-rs/wgpu-rs/blob/50d62046655cd180c4933dc575401ee46a14d8ad/examples/texture-arrays/main.rs#L113-L116 This doesn't come back in the...
``` % bingo Version v0.2.2 % go version go version go1.14.6 darwin/amd64 % cd $(mktemp -d) % go mod init example.com/example go: creating new go.mod: module example.com/example % bingo get...
No worries, I just happened to have the change ready on my own fork so submitted it for convenience
@maraino yes we're essentially just driving the API in exactly the same way as the [cli](/smallstep/cli) to bootstrap a CA, but directly from Go code rather than exec'ing the cli...
@cmsd2 (hi btw, small world! #RGS) did you plan to rebase and continue your curator work or are you no longer working with rust-zookeeper?
Can confirm that samba 4.12.6 which is now in alpine 3.12 repo fixes this issue for me https://pkgs.alpinelinux.org/packages?name=samba&branch=v3.12&arch=x86_64 Just rebuilding dperson/samba without cache was all that I needed to do
@Osipion you mentioned `fullchain.pem` which suggests your client certificate has more than one cert contained within it? I think I'm hitting the same issue as you and I _think_ it...
@Osipion by coincidence I'm also using smallstep. I did reconfigure my cert to be issued directly from the root.pem, but that still didn't seem to be working for me with...
@Osipion can you test with manually uploading the .hpi if you grab it from [here](https://ci.jenkins.io/blue/organizations/jenkins/Plugins%2Fdocker-java-api-plugin/detail/PR-8/1/artifacts)?