Antoine Romero-Romero

Results 7 comments of Antoine Romero-Romero

I experienced the same issue recently, and changed my config file to rely on `unpkg` instead of `bootcdn` (see my reply [here](https://github.com/kitian616/jekyll-TeXt-theme/issues/413#issuecomment-1225669812)). This seems to be a valid quick fix...

I second @mikaeelghr on the first option, it is confusing and would prevent returning json with some special keywords. I would go for the following solution : - returning a...

Hi @kliwongan, and thanks for the PR ! I took a look at this too as it aims to bring an important new feature to Robyn. I agree with you...

Hi @Oluwaseun241, if you have an idea how to get started sure, feel free to work on this! @sansyrox should be more familiar than me with the way we serve...

Currently, returning a dictionary is supported but it creates the response from it: ``` @app.get("/async/dict") async def async_dict_get(): return { "status_code": 200, "body": "async dict get", "type": "text", "headers": {"async":...

Thank you for your detailed answer! It is much clearer why this appears now. Indeed this was just a simplified example, in which I forgot the weights should add up...