Anivar Aravind

Results 32 comments of Anivar Aravind

Related to https://github.com/nic-delhi/AarogyaSetu_Android/issues/36 too

1. GoI have a mandatory opensource policy. App is anyway bound to opensource as per that. So please avoid treating this as a charity. 2. Freedom to run, modify, and...

> @anivar Isn't this repository only meant for the Android app and not other components? I assume @delhiamitk and team would be making separate repositories for each component. I don't...

I've implemented this feature in PR #7851. The implementation adds a counter metric `rego_builtin_http_send_network_requests` that tracks actual HTTP network requests made by `http.send`, excluding cache hits. The solution: - Follows...

PR is there. Activity is there in PR . It shouldnt be marking as inactive

Hey @cjpais and @mofosyne, thanks for the review\! I've cleaned up the PR based on your feedback: - Removed that binary file you spotted (good catch\!) - Added the test...

Hi @kartmpk, I've run into this exact protobuf nightmare before. It's basically HuggingFace wanting protobuf 4.x while TensorFlow insists on 5.x+. Really frustrating when you just want to fine-tune a...

Thanks @Balakrishna-Chennamsetti for sharing the gist\! I see you're using the bleeding-edge transformers from GitHub main - that's a clever way to sidestep the protobuf conflicts entirely. The AI Edge...

Hi @arthurire, Great question! Deriving daily min/max temperatures from GenCast output is definitely doable. I've implemented similar post-processing for operational weather forecasting systems. ## Approach for Daily Min/Max Temperature Extraction...

Hi @bobbor - I've addressed all the review feedback and made additional improvements to code quality. **Review feedback addressed:** - Fixed Promise handling with proper .catch() - Using KeyValueStorageInterface instead...