Jan Dillmann
Jan Dillmann
Same here (with ember-simple-auth 3.0.0) – it only works if the authenticator returns a Promise object. It would be nice if one could use async functions – will this be...
Can confirm, with 3.1.0 I can use async/await in custom authenticators.
Same here, once you edit/change the name of a multireddit on the Reddit website, the name is not updated on Apollo on iOS.
Second this, I was just looking for a way to authorize the creation of a resource only when a related resource is present (i.e. submitted with the request) – and...
I have the same problem – does anyone know a solution for this?
Unfortunately, this does not seem to change anything. These are the settings used for `PgPoolOptions`: ``` acquire_timeout: 10000 min_connections: 5 max_connections: 100 ``` Timeout is in millieseconds, and the PostgreSQL...
Same error here, I'm trying to build a danlynn/ember-cli image on Gitlab CI…
Yes, I agree, 500s should not be retried indefinitely. But a configurable small number of retries might be ok for my use case – it is usually only once per...