Joshua Perry
Joshua Perry
It would be cool to pass the loading bar a promise which would kick off `start()` and then call `complete()` when the promise resolves. This would be a lot easier...
It looks like setting the [kSecAttrSynchronizable](https://developer.apple.com/reference/security/ksecattrsynchronizable) key will automatically add a keychain item to the sync list. However, the first caveat makes me wonder if this is wise as these...
This used to work great for me, if I put `"chromium-args": "--enable-logging=stderr"` in my `package.json`, until I updated my version of nwjs from 0.26.0 to 0.28.1.
I have read the CLA Document and I hereby sign the CLA
Here's how I worked around this. In the client authorization step check for a `redirectUri` of `urn:ietf:wg:oauth:2.0:oob` and set the `redirectUri` parameter passed to the `done` callback to be a...
@kimar This is actually something I yanked from Google, it's not described in the rfc. In fact, it looks like Google is even poo-pooing this method now and recommending it...
Was having this issue and was able to resolve it by adding a NetworkPolicy to allow prometheus-adapter to talk to prometheus. We use calico for netpol, not exactly sure the...
The problem is that this package is being built as a CommonJS module, and when running typescript in esmodule mode it is just simply incompatible. There's a decent discussion of...
We use bank-vaults w/transit so it's easiest for us to use env vars. I found that if you put `$ENV_VAR_NAME` in a value, you'll see a warning, but the value...
> @joshperry Can you show how you did it? Basically we just patched the argocd dex pod (using kustomize) to set our encrypted transit secret values in environment vars, then...