Renato Ramos Nascimento

Results 11 issues of Renato Ramos Nascimento

Hi! I'm using Refit to consume RavenDB API. Now I have a requirement to retry all database cluster URLs if something wrong happens with the default URL. Is it possible...

Before you submit an issue we recommend you drop into our [Slack workspace](https://hospitalrun-slack.herokuapp.com/) and ask any questions you have or mention any problems you've had getting started with HospitalRun. **Please...

Fixes #2769 **Changes proposed in this pull request:** - Add missing pt-br translations.

**Type**: Bug **Component**: SQS **Describe the bug** I'm using the region properties to override the default region like this ``` cloud.aws.sqs.endpoint=http://localhost:4566 cloud.aws.sqs.region=sa-east-1 ``` The injected object has not the region...

type: bug
status: waiting-for-triage

Hello, I'm trying to create a trigger, but is returning a bad request. Here it is my code ``` from pydocumentdb import document_client DB_DATABASE = 'test_database2' DB_COLLECTION = 'my_collection' client...

enhancement

Hello! I have declared my handlers as following ``` C# public interface IRequestWrapper : IRequest where T : notnull { } public interface IHandlerWrapper : IRequestHandler where TIn : notnull,...