Daniel Skowroński
Daniel Skowroński
I can try :)
In Firefox 69.0.1 on Win10 build 1903 (18362.356) it's even worse - Windows API is called in blocking mode so no JS code, including plugins can intercept request. Sadly this...
Kind of the same as https://github.com/kryptco/kr-u2f/issues/26 :(
For bump and reference: same on Ventura. And in that macOS version, I can no longer find an option to manually grant permission for the app that never asked for...
On macOS 13.0 now, reinstalled plugin version 2.0.0 and restarted entire Obsidian - still stuck on `Loading Apple Reminders...`. Nothing in console except `Apple Reminders: styles.css not found`
I can confirm that Apple Script can talk to Reminders app (@maneeshsethi: it's built-in macOS app / language to talk to apps - `Script Editor.app` is GUI for that).
Massive +1 for this issue with more background why reverting to 2.4.1 is painful or impossible: bundled Helm client is ancient there and makes modern charts incompatible (e.g. Traefik requires...
It worked for me too! `burst_limit` set to 900 for remote cluster, with Traefik as major user of CRDs. That default value 100 from Helm itself seems comically low for...
Sublime team probably won't fix that soon - https://github.com/sublimehq/Packages/issues/3288 is still open... It's a matter of adding a new rule to colour scheme, for example in Ayu Dark assuming keys...
The logic in https://github.com/hashicorp/terraform-provider-vault/blob/main/internal/provider/meta.go#L268 seems to have some bug. Likely, the cloned client is left in an unclean state after timeout from TF (registered handler for `/oidc/callback`) and there's some...