Robbe Sneyders

Results 209 comments of Robbe Sneyders

Thanks for the breakdown @mrchtr I agree with your suggestions: - Let's export the dashboard. Since it's exported as html, it shouldn't be too hard to show it. As a...

This is being addressed in a separate repo: https://github.com/ml6team/laion5b-deployment/pull/1

Yes, I meant that we might have to use framework-specific features of the underlying execution framework. We'll have multiple remote runners in the future.

@dkoston adding a test would be very much appreciated and will prevent us from accidentally breaking the behavior in the future.

Thanks @CordulaGuder, We explicitly deduplicated all `coerce_type` calls during the refactoring and moved them into the `uri_parser` so it is done in a single place. I indeed see that this...

Hi @alexgeraldo, You can run your `connexion` application using `uvicorn`, so I would expect it to work with `serve` as well. If your connexion application is defined as `app` in...

I would welcome a PR with this change. [Permalink to the correct line](https://github.com/spec-first/connexion/blob/e4e64d724f77fd3458044901e391580fea9d317e/connexion/apps/flask.py#L141).

Please check our [quickstart](https://connexion.readthedocs.io/en/latest/quickstart.html#:~:text=The%20operation%20described%20in%20your%20specification%20is%20automatically%20linked%20to%20your%20Python%20view%20function%20via%20the%20operationId.%20You%20can%20change%20this%20behavior%20using%20different%20Resolvers%2C%20see%20Routing) and [routing](https://connexion.readthedocs.io/en/latest/routing.html) documentation.

Thanks for the report @FelixSchwarz! I haven't been able to test it yet, but as long as the result is deterministic, I don't think this is an issue. As you...