Rickard Löfström

Results 10 issues of Rickard Löfström

This PR has a draft proposal for enabling support for Drafts (`shadow-cat-preview`) and Checks for GitHub Enterprise endpoints, it's an attempt to resolve the issues outlined in #235 It implements...

Implements a rate-limit function to support #233 and resolve #237 ```golang func rateLimited(err error) bool { if err == nil { return false } rerr, ok := err.(*github.RateLimitError) if ok...

GitHub rate limits may apply to some actions when using the API, If we hit a rate limit, it's [expected](https://developer.github.com/v3/guides/best-practices-for-integrators/#dealing-with-rate-limits) that we back off from making requests and try again...

Hi everyone, Right now, our test-cases are becoming a nightmare, I would suggest we refactor and create an `options` struct to pass in instead, otherwise we might end up needing...

Hi, When moving one of our larger accounts back to the root OU we get the following error in one of the step functions (that invoked moved_to_root). Our SSM Parameters...

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement

- Implemented delegation configuration in `virtual_network_resource.go` to allow specifying delegation services and actions for subnets within virtual networks. - Updated tests in `virtual_network_resource_test.go` to cover the new delegation functionality in...

documentation
breaking-change
size/M
service/network

Adds option to TF module to change soft and hard limit, fixes #10

Chain new versions of grafana and aws-env to publish docker images automatically.