Ethan Mann

Results 15 comments of Ethan Mann

Thanks for reporting @sp-schoen! This should be fixed by #329 which all being well should make it into the 0.8 release we have coming up.

Ah, looking it over again you're totally right. The stuff in there will be needed to make recursive schemas work however, so whenever that is reviewed/merged work can begin on...

Just FYI @sp-schoen, @p1-ra has graciously begun working on supporting recursive definitions in the aforementioned PR!

Based on @p1-ra's feedback in #366, it seems like recursive references do in fact work - @jkinkead if you could try using your schema with 0.9.0 and let us know...

Does that `repro.json` that you made _just_ contain the block at the top of the issue? You'll need to provide a full OpenAPI document with all of the required fields...

When you say files being overwritten, do you mean in the generated client? i.e. generate version A, update it to version B, but leave some files untouched? Or do you...

As mentioned in https://github.com/iced-rs/iced/discussions/1257, I'd love to take part in implementing this by tackling an important precursor, which is passing around a default styling/theme at runtime. The right place seems...

## Demo Time! ### Explanation Took the `styling` example project and created an [`application_theme` example](https://github.com/emann/iced/tree/feature/styling-passed-around-at-runtime/examples/application_theme). Unlike the `styling` example, the widgets don't require individual calls to `.style(SomeStyleSheet)` other than the...

I absolutely agree as I just ran into this - we use API clients autogenerated by [openapi-python-client](https://github.com/openapi-generators/openapi-python-client) which uses httpx under the hood (wouldn't be a bad inclusion for the...

Actually, its even more nefarious - **an app could break without you even updating it.** Say I have an app that uses httpx >=0.20, and it makes requests to some...