Simon Gurcke
Simon Gurcke
Allows using Auth0 as an authentication provider. The mechanism is exactly like for Okta, so all it took was to update the authorize, access token and userinfo URLs. The base...
In a long-running process (e.g. a [Celery](https://github.com/celery/celery) worker) the following error occurs occasionally indicating that there are too many file descriptors for `select()`. ``` ValueError: filedescriptor out of range in...
The following warning appears when calling `BertLMLearner.fit()`: > torch/optim/lr_scheduler.py:82: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()`...
It would be nice to package this up as a Helm chart to make it really easy to deploy.
**Describe the bug** The `sts.assumerolewithwebidentity` command takes almost 1 second. This affects us in a situation where we use boto3 to upload a file to S3 and it occasionally takes...
### The problem The Riemann sum integral sensor currently only updates when the source sensor updates, which is not always sufficient. Ideally it would calculate a new value periodically too,...
### Description Would be great if the [DigitalOcean Container Registry](https://www.digitalocean.com/products/container-registry) was supported officially by having a dedicated usage section in the README!
Is there a way to clear the cache when using `@cached` from this package, like `cache_clear()` in the cachetools?
If the connection to the ClickHouse database is interrupted while a query is executing, asynch is unable to recover from it. Any subsequent queries fail with the following exception: `ProgrammingError:...