Julian Ceipek

Results 18 comments of Julian Ceipek

Ah, that makes sense. Check out https://github.com/mkalten/reacTIVision/issues/5#issuecomment-95455809

That makes a lot of sense! The Windows behavior sounds rough. I played around a bit more with various components and still couldn't really figure out how to get Apple's...

Hi @pirhoo, unfortunately, I don't think it's how my web browsers are configured. For example, under "Applications" in `about:preferences` in Firefox, I see "Open in Firefox" as the action for...

For more evidence that this is related to Datashare, I took a network profile while opening a document preview. This one "only" took 23 seconds, but I think the preview...

I would also like this to match what FastAPI does, but I'm not sure how to best achieve that. FastAPI doesn't implement schema splitting itself but defers to pydantic to...

> @jceipek I mean in the end its all controlled by > > `REF_TEMPLATE: str = "#/components/schemas/{model}"` > > Which can be adjust to have suffix of `input` or `output`...