Antony Southworth
Antony Southworth
@alerque thanks for reply 😄. Have added to wiki: https://github.com/preservim/tagbar/wiki#terraform-hcl And PR open on universal ctags: https://github.com/universal-ctags/ctags/pull/2952
@fromm1990 thanks for that! Even after a good hunt I didn't see that one before. It seems `disable=None` would basically do what I want for a single call to `tqdm()`....
Have opened this as a quick thing, please advise if there are other things I need to do before merging (I read through https://docs.ctags.io/en/latest/optlib.html but may have missed some things).
@masatake thank you for fast and thorough review 😄, I will address comments as/when I can. @juliosueiras apologies, perhaps I should have talked to you first? 😅
thanks @Haggus , unfortunately I never got time to come back to this. @masatake should we close this PR in favour of #3683 ?
👍 on this feature too, but as a workaround you can try use Jackson ObjectMapper to convert the JSON-encoded string into a regular String: ``` JqLibrary library = ImmutableJqLibrary.of(); JqRequest...
+1 on this, I feel like it should not be too difficult given there is already the official DBAPI wrapper https://github.com/trinodb/trino-python-client
Actually, an extra question expanding on the above, it seems like there is no way to provide credentials to the buildkit daemon at all? E.g. Docker Hub or ECR or...
We were using the `python:3.9-slim-buster` image which is available in public.ecr.aws so we just switched to that as a workaround.