Oscar Beaumont

Results 269 comments of Oscar Beaumont

Also just change the type to `Any` if the attributes are present and not understood (like `Option::is_none`), although allow `type = String` to override it back to a valid value.

I love the general idea but typing HTTP is hard and I think that means the solution will be opinioned and that I don't like that because it starts getting...

This is blocked by limitations in stable Rust. If [this playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=8608a18f63ad946484dc73df4cf9fc3a) ([Rust issue](https://github.com/rust-lang/rust/issues/60551)) compiles on stable and meets Specta's MSRV/release cycle we can continue. Potentially there is another way to...

I think there is a better way to do this. Removing the `generics` param from the trait would be nice and it can probably be done by some internal inferences...

Thanks for the quick response. I have given the changes a try and they are working for the original issue, thanks heaps! However, I have found another issue. The metadata...

Yeah, I do have the same instance type for all subservices so that would explain the behaviour. Working through potential solutions for my usecase, I don't think their is one...

For 1) I am not exactly sure what you're saying. Could you please clarify? For 2) I did think about that but then figured it probably wouldn't work because I...