Tom Forbes

Results 179 comments of Tom Forbes

Yeah, it's definitely a pathalogical file. What's annoying is that this brings down the entire process in Rust and there isn't _really_ a way to stop that from happening, so...

Sure - I can do that! I'm not sure the best way to handle this though - do we want to catch _all_ exceptions here? At first I thought not,...

Hey, I’m on holiday for two weeks and so won’t be able to tackle this. I’ve added it to my queue and I’ll take a look when I’m back 🙏

This would be very useful when building docker images with workspaces - you would be able to do something akin to: ```dockerfile RUN --mount=bind,from=project,source=src/,target=src/ \ --mount=type=bind,from=project,source=pyproject.toml,target=pyproject.toml \ --mount=type=bind,from=project,source=uv.lock,target=uv.lock \ uv...

I was not sure how to add default GET parameters to a request model - if there’s a better way let me know. I’ll remove the extra commits later on

Thanks @Haennetz - I've added `kv2::list_with_http_get` and `kv1::list_with_http_get` methods to let the developer control this, and I've added tests.

Thanks! I've fixed the formatting 👍

I've rebased @stormshield-gt

> Firstly, issues like this are super helpful, thank you! Including your story and progression through Dioxus provides a different viewpoint that we don't normally have. Thank you ❤️! I...

And I'd like to add one more step to my journey notes here if you don't mind: I ended up getting everything running nicely, and I'm working on some server...