Ty Larrabee

Results 3 issues of Ty Larrabee

Terraform plans to destroy an instance not affected by the config change when using `for_each`. I think this may be related to https://github.com/hashicorp/terraform/issues/22549 in which case the answer may again...

bug
config
v0.12

### Describe the bug Using the rust sdk, I can't make datetime comparisons in queries against fields created using `chrono::DateTime`. I'm building the surrealdb crates from a local copy of...

topic:rust
sdk-issue

I have a case wherein I'd like to do something with the `Session` and I already have the `AuthSession` available. I could extract it separately, but I'm not sure why...