Jorrit Salverda

Results 30 issues of Jorrit Salverda

Hi Jack, I really appreciate the work you've done on the Terraform CloudFlare provider. It works perfectly for regular cloudflare accounts. But for multi-user organization accounts it does not, because...

Having switched from `github.com/dgrijalva/jwt-go` to `github.com/golang-jwt/jwt/v4` I still get `token used before issued` errors due to clock skew, even though @dgrijalva said this check would be removed from v4, in...

I have the following struct I'm trying to serialize: ```rust use serde_xml_rs::{from_str, to_string}; use serde::{Serialize, Deserialize}; #[derive(Serialize, Deserialize, Debug)] #[serde(rename_all = "camelCase")] #[serde(rename = "request")] pub struct TokenRequest { pub...

When installing a large Chocolatey package remotely on Windows Server 2016 the execution timeout passed to Chocolatey seems to be overridden by the shorter BoxStarter timeout. I run the following...

0 - _Triaging

I'm trying to use the MSBuild tasks from a build agent with https://chocolatey.org/packages/microsoft-build-tools installed instead of https://chocolatey.org/packages/VisualStudio2013ExpressWeb. However it fails with the following error `The "MSBuild.Community.Tasks.Attrib" task could not be...

In one of our Kubernetes Engine clusters nodes that should be deleted do not get removed properly. They're already disabled for scheduling and the pods are evicted, but then the...

Currently it can happen that an operation is still running and setting size fails.

I'm running `istio 0.4.0` and send all traces to the `zipkin-to-stackdriver` deployment running container `gcr.io/stackdriver-trace-docker/zipkin-collector:v0.3.0`. When I then run the `bookinfo` sample the zipkin-to-stackdriver application keeps throwing errors like the...

help wanted

I'm trying to port Netflix' Hystrix library to .net. For the LongAdder I've been able to use your StripedLongAdder class, but there's no counterpart for LongMaxUpdater.

Hi Iulian, I've ported the LongMaxUpdater class from Doug Lea. Can you have a look at it and possibly merge and push to nuget if you think it's good enough?...