Matthias Schoettle

Results 183 comments of Matthias Schoettle

Yes, exactly. The new numbers/diff from the previous day could be above or below the total. It might make sense to separate the two rows with a header (sent you...

Great idea! INSPQ's numbers end Dec 11 right now so they seem quite delayed. But it seems to be available as a CSV here: https://www.inspq.qc.ca/sites/default/files/covid/donnees/rt.csv There is also this here:...

Sure, we can always switch to the other one after. I did find their GitHub repo (https://github.com/epiforecasts/covid-rt-estimates) which contains a link to the CSV (https://dataverse.harvard.edu/api/access/datafile/4159130?format=original&gbrecs=true). ~This might be to the...

Previously, Sante Montreal had a table on the website, see here for example: https://github.com/jeremymoreau/covid19mtl/blob/master/app/data/sources/2020-11-22/data_mtl.html Unfortunately, we only started saving the HTML of that site around that day. But the Wayback...

@merwok Are you aware of any resource on the web regarding translating Dash apps?

Thanks! That explains why I couldn't find anything. I noticed that the layout is generated multiple times on app start. This is due to the language files all being imported...

Good point. Might be easier to switch to plotly.js with Flask but not sure if it's worth it.

Relates to #85 which is a generic issue for this issue. I briefly played around with this and it seems to me that the only way to detect this properly...

@aentwist Thanks a lot for this! I adapted it to Python dependencies for my own project as follows: ```json "customManagers": [ { "customType": "regex", "fileMatch": ["^.pre-commit-config.yaml$"], "matchStrings": [ "# renovate:...

No, because the regex expects `@` after the dependency name whereas I specified it as `dependency==1.2.3` (I believe the syntax for `additional_dependencies` is language specific).