Robert Balicki

Results 14 issues of Robert Balicki

If `dispose` is available on the object itself, the following is broken: ``` { using resource = getResource(); { using resource = resource; } doSomethingWith(resource); // Oops, this receives a...

This issue is where I document specific aspects of Smithy I would like to improve. If you have questions, please open a new issue! # Make Smithy generic * Make...

It looks like when I clone the repo and run `cargo build`, it fails to build with: ``` error[E0415]: identifier `t` is bound more than once in this parameter list...