Abhishek Nagekar

Results 25 comments of Abhishek Nagekar

I don't remember the specifics, but I guess you're right. Sorry, don't have a android setup to test it out. Nevertheless, thanks!

Asyncio sounds like a good idea given my usecase. I am trying to read all files in a repository recursively, and synchronous requests are just too slow (I might be...

Thanks for the interesting suggestion, I'll give it a try as it does make sense to do it that way.

Replicating details from ticket mozilla/addons#9420 here and closing it as a duplicate When creating a `blocklistsubmission` for a lot of versions (3000+) of an add-on, the `blocklistsubmission` creation fails and...

Similar case as @iulianacse, add-on {2eea4e1b-1f85-49ac-8b6d-a485f44b58a9} STR - [initial state] Unlisted Add-on is flagged for manual review and is in the manual review queue - Reviewer asks for more info...

I want to take this up, although I am no expert (far from it) on the subject. I will definitely do my research and call for a review from the...

@conorsch hey hi! I've made a small gist (https://gist.github.com/abhn/f9ae973091e7cbea018c25edd79087f2) with techniques for sharing shards, along with one-liner instruction on how to go about doing it and a brief use case....

The simple way would be to add the analytics code just above the `` in `_layouts/default.html`. The proper way would be to include the `_includes/JB/analytics.html` in the source code and...

So that is a (somewhat) tedious way of doing it. A better way would be to use variables in `_config.yml`, and a user will only have to add the Google...