coronavirus
Here are 2,227 public repositories matching this topic...
The firebase_messaging documentation says:
When sending a notification message to an Android device, you need to make sure to set the click_action property of the message to FLUTTER_NOTIFICATION_CLICK. Otherwise the plugin will be unable to deliver the notification to your app when the users clicks on it in the system tray.
We
-
Updated
Jul 13, 2020 - C#
Nice work! @ahmadawais
The CLI displays "API is down" when data fetching fails, that's not so bad, but I think it feels better to let users know they're offline.
docs: methodology
Great stuff! I'm planning to use API for my dashboard Pandemic Estimator but I wish your API had a better documentation on methodology. I'm using JHU directly and I know what chaos it is, the most blatant example being that they provide "cumulative data" that's not cumulative quite often in practice. And the whole change of file formats, etc.
Can you please de
Add tests
In order to perform refactoring and to add new features with more confidence, we need unit, integration and end-to-end tests for:
-
algorithm parts. See
src/algorithms -
React parts - components and pages. See
src/componentsandsrc/pages -
State management: redux reducers and sagas. See
src/state
The infrastructure:
jestand@testing-libraryare already set up. Un
-
Updated
Jul 12, 2020 - JavaScript
-
Updated
Jul 12, 2020 - Swift
-
Updated
Jul 13, 2020 - JavaScript
-
Updated
May 16, 2020 - AppleScript
Test Coverage
As there is constant development on the repository and 5-10 PR everyday. It will be nice if we have test for the components to ensure the code do not break in any manner while getting deployed in prod environment.
-
Updated
Jun 23, 2020 - JavaScript
-
Updated
Jul 13, 2020 - Python
docs: methodology
Great stuff! I'm planning to use API for my dashboard Pandemic Estimator but I wish your API had a better documentation on methodology. I'm using JHU directly and I know what chaos it is, the most blatant example being that they provide "cumulative data" that's not cumulative quite often in practice. And the whole change of file formats, etc.
Can you please de
I'm currently making an implementation of the COVID-Net in PyTorch
---- > https://github.com/IliasPap/COVIDNet
I'm looking forward for the network exact details ( num_of_filters, activation functions ... )
-
Updated
Mar 22, 2020 - PHP
-
Updated
Jun 2, 2020 - JavaScript
The dependencies in package.json are old.
running yarn upgrade --latest result in following changes to package.json file.
before committing the change run yarn-deduplicate as described in MohGovIL/hamagen-react-native#196
@@ -10,20 +10,20 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
- "@react-native-community/async-st-
Updated
Jun 17, 2020 - Jupyter Notebook
Following the tutorial here and just need to add installation of the libraries at the top of the notebook
Latest RI scraper code is rather tough due to page layout. Cam pointed out that the data is available in Gsheets:
This is better.
(https://docs.google.com/spreadsheets/d/1n-zMS9Al94CPj_Tc3K7Adin-tN9x1RSjjx2UzJ4SV7Q/edit#gid=0)
we can get JSON https://docs.google.com/spreadsheets/d/1n-zMS9Al94CPj_Tc3K7Adin-tN9x1RSjjx2UzJ4SV7Q/gviz/tq?tqx=out:json&sheet=Summary
or CSV https://docs.googl
Need to write a technical documentation about how to customize the app for a country or region's use cases, how to connect to the administration database, etc...
-
Updated
Jun 10, 2020 - JavaScript
-
Updated
Jun 22, 2020
-
Updated
Jun 8, 2020 - CSS
Deploy this in macOS
Hello! Thank you very much for this tool.
I have been trying to deploy this webapp in my macOS, and I have got a lot of issues. Hopefully, with a help of a friend, some coffe and a good amount of hours I ended up with these instructions:
- You'll need to have "tac" command. Is included in linux, but not nativelly, at least in my version of macOS
brew update
brew install coreutils
bre
-
Updated
Jul 10, 2020 - JavaScript
Hi, I really like this app and was wondering if I could help elaborate more on the features in the documentation, and possibly update the screenshots for a cleaner look. I'm new to contributions but please let me know if this is something that would be helpful!
Improve this page
Add a description, image, and links to the coronavirus topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the coronavirus topic, visit your repo's landing page and select "manage topics."

We newly uploaded a lookup table including UID, ISO alpha 2, ISO alpha 3, ISO 3-digit, FIPS, and location names used in our Dashboard and GitHub. The UID is a combination of ISO numeric code, FIPS, and some artificial numbers. This table will be updated along with more locations joining in. T