Tim Diekmann

Results 81 comments of Tim Diekmann

> 1. I'd be curious what was happening prior to it throwing that error. Could you share some log lines before this triggers? The log did not contain any meaningful...

> Thank for the these details. I will see if I can reproduce with [hashintel/hash](https://github.com/hashintel/hash) locally. Glad to hear, please ping me if you need any help 🙂 > M1...

Sure, absolutely! Sadly, I have not a way to reliably reproduce it. Most recently, I only altered a single Rust crate without even opening many files. Maybe, I was also...

No worries, the issue with Terraform is that it tries to downgrade Postgres from 18 to 17 again (A change I did today morning), but we don't have auto-apply enabled...

I thought that LLMs (or at least the tool around them) would use commands which actually respect the `.gitignore`. such as `rg` instead of `grep`, or `git grep`, but I...

Cannot upgrade until https://github.com/google/tarpc/issues/421 is solved (we need the `Send` bound which is not possible when using `async fn` in the trait declarations.

> [!WARNING] > This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite....

Benchmarks don't finish, there is something going on which is not reproducible locally. Converting to draft.

Hi @jnicholls! Thanks for the issue, and, yes, we'd love to see contributions! However, we intentionally did not provide `OptionExt` to convert `Option::None` to `Report`. This decision was made because...

I actually never thought about `ok_or_report`. A quite low-hanging fruit without unambiguity. Let's just do it!