Julian Mehnle

Results 6 issues of Julian Mehnle

`publicsuffix2` mishandles the case where, given the declaration of some public suffix, all suffixes of that suffix are seen as their own TLDs. E.g., given the declaration of `git-pages.rit.edu` as...

`trio_asyncio` as another mode of the `trio_run` ini file option allows us to run tests with an `asyncio` loop implicitly available to all async tests. This way one doesn't need...

https://www.postgresql.org/docs/current/libpq-pgpass.html isn't fully explicit about how to handle backslash escapes in the `.pgpass` file, however it's reasonably clear from the phrasing that backslashes serve only to escape backslashes and colons...

### Extension Version v2.34.3 ### Problem Statement It appears that the VS Code extension still doesn't support `ephemeral` blocks per https://github.com/hashicorp/terraform-schema/pull/411. Would be great to add that. ### Expected User...

enhancement

I love this package. I'm wondering if there's a way to use `deprecated` as a context manager _inside_ a function? The reason is that there is only certain behavior of...

Terraform 1.10 added support for [`ephemeral` resources](https://developer.hashicorp.com/terraform/language/resources/ephemeral), which are not stored in the state file. Could such an `ephemeral` version of `lastpass_secret` be added to this provider?