Results 43 comments of Matthew Baker

@rkittinger @hao-li @ThomGru Make sure that when you added your ButtonBarView to your Storyboard that you added a **UICollectionView** and **not a plain UIView**. Even if you set the UIView's...

OK, I added the Orchestrator service account as an "owner" on both secrets used in this flow and the request is no longer denied, but now I get a 500...

Turns out the `secret-service` `CRYPTO_KEY` environment variable/secret is completely missing from all documentation, but is very important to set. Otherwise as soon as your `secret-service` restarts once all of your...

@sachmerz Interesting, I didn't see Persistent tokens mentioned in the setup documentation. Just to create a user of type `SERVICE_ACCOUNT` and call the token API for each of them.

@sachmerz My fork has this issue with the `CRYPTO_KEY` fixed. Because I have so much checked in and I don't currently have the time to pull individual things out into...

I've tried following these procedures, but when I run the `dqlite` reconfigure command it immediately fails with ``` Error: failed to reconfigure membership :recover failed with error code 1 ```...

@pichillilorenzo So when I launch `InAppBrowser` with these settings, `onExit` is called immediately and it never does anything. Setting `hidden: false` runs as expected. ``` var settings = InAppBrowserClassSettings( browserSettings:...

However, if I set `hidden: false`, call `openUrlRequest`, and then immediately call `webView.hide()`, it runs in the background as expected, and I can show/hide it on demand. So there must...

I can confirm that this is still an issue with ^2.1.0 and Ember CLI 2.16.2. Building normally using `ember build --prod` and deploying to Azure does not work (integrity failures)....

I am getting this with the following Socket.io versions NodeJS: `"socket.io": "^4.7.2"` Flutter: tried both `^2.0.3+1` and `2.0.0-beta.4-nullsafety.0`