Johannes Vass

Results 22 comments of Johannes Vass

@HBmav3rik thx for bringing this up. I have exactly the same feeling that the Austrian solar production is greatly underestimated. I am following electricitymaps for years already and As far...

Thx for the hint. For now I only analyzed on https://www.energy-charts.info (which uses data from ENTSO-E) that the maximum of solar power input into the grid at any point in...

> The paper is now peer-reviewed and published @brunolajoie I am confused: how can coal cogeneration values be higher than non-cogeneration? And moreover, how do we make use of the...

I stumbled across a similar issue with language `de`. However, the exact example from above does not work. See Original example works for `de`: ``` >>> dateparser.parse('12. 1.', languages=['de']) datetime.datetime(2022,...

So this pull request will be included in the next release? When will that be approximately?

If you want to generate the csv string with pandas upfront and then send it in the response (i.e. non-async), you can use `PlainTextResponse` which should also perform better than...

> So in cases where we can process our file "line by line" we can save memory, do a generator (or even better - async generator), and gave it to...

> Our streaming endpoints are broken probably due to this. So it seems that there is no `good` workaround as long as a db session is managed with `Depends`? The...

> @scriptator we're not talking about background tasks here. I was replying to @brian-goo who talked about streaming responses which behave like background tasks in this regard. I had a...

I needed to debug that issue which occurred only on my CI server, so I added more detailed output to the `MypyStatusError`. That allowed me to find out which files...