Gerald

Results 146 comments of Gerald

Hi, thanks for reaching out, I think it was intentional. If we cancel the request on CancelledError due to timeout, we will lose the chance to get the response for...

The recursive server query domains recursively from scratch, so it has to send several requests one after another on cache miss, e.g. for `www.example.com`, first query `.com`, then `example.com`, then...

Same issue with NVM4W v1.1.6. The downloading fails and the file is broken, but shown as installed. I think it should be downloaded as a temporary file and renamed to...

Just encountered the same issue. Looks like `npm-run-all` does not work with `npx` because it always regards `process.env.npm_execpath` as package manager, which is wrong when `npx` is used. `npm-run-all command`...

I think `onComplete` should be called when the tween is really completed, which means its state has been changed and removed from the group, so that we can choose whether...

Hi, I found this API using by the official edge addon page, is it possible to add to shields? https://microsoftedge.microsoft.com/addons/getproductdetailsbycrxid/eeagobfjdenkkddmbclomhiblgggliao Currently this works for me: ``` https://img.shields.io/badge/dynamic/json?label=microsoft%20edge%20add-on&query=%24.version&url=https%3A%2F%2Fmicrosoftedge.microsoft.com%2Faddons%2Fgetproductdetailsbycrxid%2Feeagobfjdenkkddmbclomhiblgggliao ``` ![](https://img.shields.io/badge/dynamic/json?label=microsoft%20edge%20add-on&query=%24.version&url=https%3A%2F%2Fmicrosoftedge.microsoft.com%2Faddons%2Fgetproductdetailsbycrxid%2Feeagobfjdenkkddmbclomhiblgggliao)

@PyvesB It's not documented. I just opened the official edge add-on webstore and found this API being called for detail of an extension. A quick test with cURL worked. 😄

Yeah I'll try. BTW it seems that the Chrome Web Store API this repo relies on is also undocumented. https://github.com/badges/shields/blob/f9d5f57f496538ade8117b520adbe27bec404f59/services/chrome-web-store/chrome-web-store-base.js#L3

I've created a request at for this API. Please upvote for it so that Microsoft can see it. 👀

It is the expected behavior by now but obviously not correct. Maybe the unordered list should be rendered as appendix instead of subtree.