Daniel P. Shannon
Daniel P. Shannon
I'd love to see this implemented. Highlighted parameters are something I got accustomed to back when I was using Sublime, where they're quite common in function declarations (but disregarded in...
As mentioned in @jeremytm ‘s original report, updating the keymap to include a JSX scope causes Sublime to emit a `close_tag` command when you type `
Seeing the same thing through 1.25.0-beta2. Toggling the touch bar on works fine, but as soon as the editor focus changes the controls vanish.
Thank you for giving your time to this, @koekeishiya . yabai is a terrific tool, and I'm grateful for the work you put in so we can continue using it....
I'd love to see this as well. For the time being I can sometimes get away with [converting YAML to JSON](https://marketplace.visualstudio.com/items?itemName=tuxtina.json2yaml) and [sorting the result](https://marketplace.visualstudio.com/items?itemName=richie5um2.vscode-sort-json), but it's a pretty silly...
I'm seeing something similar with the CloudFlare provider. I have an ingress defined with two rule sets, like this: ```yaml apiVersion: extensions/v1beta1 kind: Ingress metadata: annotations: external-dns.alpha.kubernetes.io/hostname: ignota.media name: rupertsberg...
On a whim, I tried setting the `external-dns.alpha.kubernetes.io/hostname` annotation to `@` (which CloudFlare uses to signify the apex domain), but no dice. ```yaml apiVersion: extensions/v1beta1 kind: Ingress metadata: annotations: #...
Not sure when this landed---there's nothing of note in the CHANGELOG---but this appears to be fixed as of `v0.5.9-15-gf25f90db` (which I'm pulling into my cluster from the `latest` tag). An...
Hey @sveale! I just caught the same exception on my Mac. It's probably my own fault—I'm using an Ed25519 key pair, which I imagine might have limited support—but thought I'd...
HAH! Oh my goodness, thank you for being so polite about pointing out that obvious oversight. "Agent" auth doesn't quite work on OS X, unfortunately: ``` Error: All configured authentication...