Gilles Major

Results 9 issues of Gilles Major

Hello, I understand this might be impossible to do currently, or too long of a feature to create for the benefits, but is there a sort of 'after' command similar...

Hello, unfortunately I cannot deploy with the newest version of the plugin The error message is the following: ``` An error occurred: GraphQlApiLogGroup - /aws/appsync/apis/{my_private_log_group} already exists. ``` So, it...

When using the following config object and plugins: ```yaml plugins: - serverless-appsync-plugin - serverless-pseudo-parameters config: endpoint: ${self:custom.elasticSearch.arn} ``` the literal string with pseudo parameters is passed to the endpoint property....

enhancement

Hello, sorry if this questions is a bit broad, but I'm looking for a way to not make ring be specifically tied to one precise backend, after the functions have...

**Describe the issue** Model bakery seems to ignore the new django 5.+ field setting "db_default". **To Reproduce** 1. Original version of a field: ```invested_value_update_threshold = models.PositiveIntegerField( null=False, default=20, help_text="In percentage...

in `validate_email`, the result of the following deliverability check is always : `{'unknown-deliverability': 'timeout'}` for this call: ``` from .deliverability import validate_email_deliverability deliverability_info = validate_email_deliverability( ret.ascii_domain, ret.domain, timeout, dns_resolver )...

### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used...

🤖:bug

Hello, I'm unable to get pycrunch fully runnning with tests that involve django via `@pytest.mark.django_db` decorator. 1. I've had to set `DJANGO_ALLOW_ASYNC_UNSAFE=true` to avoid a first few errors linked to...

Hello, in pratice, when we do ```python results = evaluate( lambda inputs: "Hello " + inputs["input"], data=dataset_name, evaluators=[foo_label], experiment_prefix="Hello", ) resp = client.read_project(project_name=results.experiment_name, include_stats=True) ``` we get a not found...