Aaron Delaney
Aaron Delaney
Use double backslashes and see if that works. The default is `'C:\\Windows\\System32\\cmd.exe'` so write it in that style.
it seems to be fixed now, I'm not 100% since I dropped Windows for development (for these reasons).
Necro-ing because we hit this recently. I think we can fix this by sending a ScanRequest with the renew bool set to `true` https://github.com/apache/hbase/blob/branch-2.0/hbase-protocol/src/main/protobuf/Client.proto#L289. So I guess the question of...
I'll do it, but I happen to like all code.**$35/h**
I think exporting that function would be a good call. I've had to re-implement it, which is fine, but there's no reason to leave it unexported, especially when this package...
@RonnyPfannschmidt any update here? Considering trying this myself
I ran into a few issues with logging recently with Emissary - No support for Envoy [log filters](https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/accesslog/v3/accesslog.proto#envoy-v3-api-msg-config-accesslog-v3-accesslogfilter). Fine grained filters would be broadly useful. - I've been working on...
> I just bumped into a **highly undesired behavior** performing a `kubectl delete sts my-sts --cascade orphan` (tested in `kubectl` versions `v1.26.6` and `v1.27.3`). I did this in production and...