Praveen T

Results 32 comments of Praveen T

@gauravbgp If you can package your model into a python program. I can work on packaging it to process data from [covid19india API](https://github.com/covid19india/api) once a day and publish the result...

Hi all, I have built R pipeline for using [epiforecasts](https://github.com/epiforecasts/EpiNow) model for generating state level predications. It generates analysis only for states which have at least one day where there...

@thomaschampagne Assign this to me. I want to investigate on how to achieve this after closing #10.

@thomaschampagne I don't know if you have looked at new development from Firefox. Firefox is planning to release [WebExtensions](https://developer.mozilla.org/en-US/Add-ons/WebExtensions) whose architecture seems very similar to Chrome's extensions architecture. The first...

Areas that have to be addressed: - [ ] Firefox does not support sync storage as of today Comment to be edited as new areas are discovered

@thomaschampagne. After a lot of pain and suffering, I have finally basic code in place to run translation. In the screenshot below, you are seeing ####### in the menu because...

Step 1: Enable translation for messages added to view through Javascript - [x] Implement PoC - [x] Investigate how to effectively load translation libraries. - [x] Implement String substituion -...

Translation enabled for JS views under common section of Stravistix.js. Two minor changes pending due to absence of app resources in modifiers - SegmentRankPercentageModifier - DisplayFlyByFeedModifier

@thomaschampagne documenting challenge here so that all have access I ran into trouble when I saw worker thread for activity analysis was failing to execute. I have finally isolated the...

Found the culprit. It is `appRes.globalizeInstance`. One of the input variables for Web Worker is appResources_. I have added `globalizeInstance` to appResources_ to enable access to translator across the app....