Vince Broz

Results 141 comments of Vince Broz

It looks like [config.json](https://github.com/SamVerschueren/alfred-config/blob/main/cli.js#L19) But yeah, the README doesn't help with this questino.

I provided an unofficial workaround in https://github.com/microCOVID/microCOVID/issues/1436 you might find helpful.

Hey @jeanpaulrsoucy, any idea what might be going on here? Here's an example where `cases_daily` returns 0: ```sh $ curl 'https://api.opencovid.ca/summary?loc=BC&ymd=true&before=2022-07-18&after=2022-07-02' | jq . | tail -40 ############################################################################ 100.0% "vaccine_administration_dose_1":...

Thanks as always for the lightning-fast responses, @jeanpaulrsoucy! That all makes sense. However, is it possible that fix broke the existing endpoint? I now see this behavior with the same...

Thanks for the fix, and also for the feature addition! Sorry for the slow replies - I'm working on understanding how this part of [our ingestion script](https://github.com/microCOVID/microCOVID/blob/main/update_prevalence.py) works. I am...

My hypothesis is that reporting (from the government side) is often happening less frequently than our analysis window, @davidrbrake, which would imply that we would need a fix on our...

> Actually, the issue here is a bit simpler: Newfoundland no longer reports case data at the health region level. The only health region category with newly added case data...

Fantastic - thanks so much, @jeanpaulrsoucy!

The proximate cause here is that Pitcairn Islands was dropped from JHU's dataset starting 2022-09-14, and `update_prevalence.py` assumes we will have data for every region it discovers for every day...

Thanks for the lead and the write-up, @lucent! I want to echo @sameerjain0123's comment here. See https://github.com/microCOVID/microCOVID/discussions/1626 for a summary of the state of the project. I think the next...