Brad Rydzewski
Brad Rydzewski
apologies for what amounts to a +1 comment, but wondering if support for es modules could be added for the package. With major browsers supporting imports and tooling like [pikapkg](https://www.pikapkg.com/packages/?q=baobab)...
I have only ever done this with rollup, but you need to generate your distribution in `iife` format, and then in your `package.json` you include the path to this file...
I recommend https://heathermeeker.com/about-me/
It might also be worth getting in touch with the folks at [tldrlegal](https://tldrlegal.com/verified). They have an attorney that performs license reviews which happens to be Heather Meeker (complete coincidence). This...
We have not experienced any issues with the below logic, so we would kindly ask that you provide more details. For example, can you narrow it down to a subset...
> if we use the result of func encodeListOptions(Page: 2, Size: 1), the request will be > porsh@i109885904 ~/work/github [15:16] $ curl -sH "Authorization: Bearer " > "https://bb.domain.name/rest/api/1.0/repos?limit=1&start=1" | jq...
The secret was deprecated in favor of using the hmac signature in the header to verify authenticity. One of the gitea maintainers recently submitted a pull request to support hmac...
we used real webhook payloads when writing this library and creating our unit tests. If you look the webhook payload from the push event you will see that no commit...
I do not believe the webhook events can be fully abstracted — they are not consistently implemented across providers — which is why we return the native event types. Native...
> The pr test data json seems incorrect, when a pr is not merged merged==false, the merged_at field should be null. I cannot speak to the implementation, but I can...