James Lamine
James Lamine
For what it's worth, I was able to find a workaround by using `RawConsulClient` directly. ``` public void deleteKey(final String key, final long checkAndSetIndex) { consulRawClient.makeDeleteRequest( "/v1/kv/" + key, (UrlParameters)...
Thanks, I was able to get it working on my m2 mac with this PR. Instead of `m1ddc` I used Lunar (as I already have it installed) with this config:...
I was able to get `display-switch` working with this workaround on my M2 mac. Used Lunar instead of `m1ddc` as I already have Lunar installed. Applied the changes from the...