Anton Drukh

Results 13 comments of Anton Drukh

Sometimes it would take our service a few seconds to respond with the badge (depending on the complexity of the project being scanned). GitHub have a very short timeout on...

Thanks, I see these are all Python projects. All the badges loaded for me right now. We'll take a look at our performance for Python project scanning and see if...

@ProgrammingSam badges for private repos are not yet supported. Rendering the badge requires anonymous access to the repo, so only public repos are supported for now. We have this feature...

@yunake indeed, that's the direction we'll take once we decide to implement this. Thanks!

I'd like to piggy-back this issue and point out a discrepancy I'm seeing on the published package on npmjs.com: The `package.json` file (commit 0be2ae9) states: ``` "license": "(LGPL-2.0 or MIT)"...

Thanks @VerHext for the speedy response. I'll open a draft PR to pin the response body onto the error object, sticking to the current implementation. Let me know what you...

I'd use [nock](https://www.npmjs.com/package/nock) to assert that HTTP requests are being made to the webhook URL provided to the library, without the side-effect of actually posting messages.

Kindly pinging about this :)

In the meantime, I'll post my migration steps as I added the necessary support for my app. I used the occasion to switch from `MessageCards` to `ActionCards` posted by my...