Thomas Countz
Thomas Countz
### Describe the problem as clearly as you can Originally inspired by [Heroku's Getting Started on Heroku with Rails 7.x](https://devcenter.heroku.com/articles/getting-started-with-rails7#create-a-new-or-upgrade-an-existing-rails-app) documentation: Multiple invocations of `bundle lock`'s `--add-platform` argument, as in...
Originally reported by `elderx` via [Discord](https://discord.com/channels/433729817918308352/855463582427119646/1061400738552610978) ## Short Description When running `amass intel -whois` with IPv6 enabled, fewer domains are returned. Once IPv6 is disabled, the expected number of domains...
I'd like to gauge if there's interest in implementing the timer. It seems like all the registers and vectors are defined, but the functionality hasn't been implemented. I don't have...
> When calling a static method, instead of referencing an object instance, you reference the name of the class. Here’s the right way to implement the vector addition example: >...
### Description When calling `Command#run`/`Command#run!`, the `printer` option is passed to the new `Cmd` object, but is ignored when creating a new `DryRunner` or `ProcessRunner`. Instead, the current `Command` object's...
```bash /commerce/v1/accounts//kamereon/kca/car-adapter/v1/cars//charging-settings { "type": "FUNCTIONAL", "messages": [ { "code": "err.func.wired.unauthorized", "message": "The access is unauthorized" } ], "errors": [ { "errorCode": "err.func.wired.unauthorized", "errorMessage": "The access is unauthorized" } ], "error_reference":...
This issue is to document the current retry behavior in case we want to change it in the future. ## Current Behavior The library implements a **single-retry mechanism** via `lib/zendesk_api/middleware/request/retry.rb`....