Chance Zibolski

Results 260 comments of Chance Zibolski

Encoding is indeed a huge pain. It may be best if you just start with decoding only. When I tried to implement this and I found it to be a...

I wasn't talking about values missing, but headers. Eg: What does this CSV produce as JSON? ``` 1,2,3 ,,2,3 1,,3 ```

I think the 2nd output is more what I was describing. I don't think it's wise to assume every file has headers, hence the point I was trying to make...

I also found this issue. WOuld be great if this was merged. cc @clvv

I'm hitting this issue also. I simply can't change any setting on my profile nor can I in the admin setting see any folders listed when trying to set the...

Yep, that's also what I'm seeing the same as @AlexNathan345

You should see if you can make it work for dynamic UIDs too: https://docs.openshift.org/latest/creating_images/guidelines.html#openshift-specific-guidelines. Though, due to mounts in vanilla k8s, this is generally hard to make work without also...

Trying kubediff for the first time and I get this on an array inside one of the values for my HelmRelease. Eg: ``` kubediff consul grafana loki prometheus-k8s vault ##...

Okay, so I managed to actually get this to work somehow. I think a fresh install of the HelmRelease was what made it work. So it may be that this...

Were you able to check the statefulset? I was finding setting the `livenessProbe: null` is working fine, but the changing of the statefulset's livenessProbe isn't. Also the logs I provide...