Nicolas Augusto Sassi

Results 8 issues of Nicolas Augusto Sassi

Sometimes is necessary to add proxies different than the local ones. I would like to be able to set this while requesting to the correios API. Thanks!

New feature

As I'm running the command from the root the definitions in the swagger file came up such as: `github.com_nicolasassi_service_interfaces_handlers_my_handler_v1.SchemaOut` I'd like that my definition to be only the actual struct...

implemented ideas discussed in #91. Also moved all dns checking for `find_urls` and `has_urls` so all found urls could be check concurrently if the user needs. I kept all intances...

Is there any room to check dns concurrently as it might be a time consuming task? I've found some hacky ways to do that, but maybe it could be a...

Hi! I'm using elasticmq with Go and currently this is my pooling implementation: ``` func listenForLocalSQSEvents(urls []string) { ctx := context.Background() sess := session.Must(session.NewSessionWithOptions(session.Options{ Config: aws.Config{ CredentialsChainVerboseErrors: aws.Bool(true), Endpoint: aws.String(env.GetString("ELASTICMQ_URI")),...

awaiting-user-input

### Describe the bug In Vue3 / TypeScript project, import { AxiosError } from 'axios'; Build shows warning: Non-existent export 'AxiosError' is imported from node_modules/axios/index.js Although there is only a...

**Describe the bug** The stop spider never actually stops the spider. It attempts to stop it, but the spider keeps on going until it finishes or the container is shut...

bug