ddelange

Results 197 comments of ddelange

hotfix seems to be holding steady :) ```tf lifecycle { ignore_changes = [ secrets, ] } ```

> If possible I would empty the bucket and try from scratch completely. Seems like it did not solve the issue 🤔

```diff --- a/k8s/kops/cluster.tf +++ b/k8s/kops/cluster.tf @@ -217,12 +217,7 @@ EOF } } - lifecycle { - ignore_changes = [ - secrets, - ] - } + secrets {} } ```...

we also have a ``` authorization { always_allow {} } ``` block for the same reason btw :)

@guigarfr any ETA on a new release allowing for `kwargs` in `add_annotation`? another note for this method: the return type is not `requests.models.Response`, despite README and type hints claiming this....

another two methods I missed in the client related to sequence labelling and active learning: ```py def clear_annotations( self, project_id: int, document_id: int, ) -> requests.models.Response: """Clear all annotations for...

maybe this `get_client` wrapper can help you in the meantime. it overwrites `add_annotation`: https://gist.github.com/ddelange/35d219991d60606dfff034a3985bb0d1#file-doccano_active_learning-py-L155

FYI there is now also the Glacier Instant Retrieval class (`GLACIER_IR`) ref https://aws.amazon.com/about-aws/whats-new/2021/11/amazon-s3-glacier-instant-retrieval-storage-class/