Sajan Toor
Sajan Toor
For the NYT source the coordinates are NULL for all data objects. (https://coronavirus-tracker-api.herokuapp.com/v2/locations?source=nyt&country_code=US&province=Washington&county=Snohomish) ```shell λ http GET https://coronavirus-tracker-api.herokuapp.com/v2/locations source==nyt country_code==US province=="Washington" county=="Snohomish" -v GET /v2/locations?source=nyt&country_code=US&province=Washington&county=Snohomish HTTP/1.1 Accept: */* Accept-Encoding: gzip,...
Just wondering if there are plans for this project to remain hosted when Heroku free tier is removed on November 28th. I've enjoyed using it :)
**Describe the bug** I am following the documentation for setting up ui5-tooling-modules: https://www.npmjs.com/package/ui5-tooling-modules. I was able to successfully setup `ui5-tooling-modules-task` but I cannot get `ui5-tooling-modules-middleware` to work. I see the...