David Volquartz Lebech

Results 11 issues of David Volquartz Lebech

**Is your feature request related to a problem? Please describe.** When installing yup 1.0.0-beta.4 alongside @felte/validator-yup, npm complains about peer dependency versions, and I have to use `npm install --force`....

enhancement

This commit fixes an issue that occurs when using yup validation schema and an `onSubmit` function that rejects. In this case, the rejection is completely ignored, because because `handleSubmit` has...

### Version Information 1.27.5 ### Environment - Docker via `tooljet/tooljet-ce:v1.27.5` - Google Cloud Run with Cloud SQL for PostgreSQL ### What is the expected behaviour? Tooljet container should start when...

bug

Would it be possible to remove the client restriction [here](https://github.com/getconversio/redis-metrics/blob/master/lib/metrics.js#L25-L30) and either: 1. Allow everything, thereby putting responsibility on the library user (This would allow mock objects) 2. Add specific...

### Describe the bug Single-quotes are missing in the header for the CSP directive `require-trusted-types-for`. When configuring CSP for `require-trusted-types-for: ['script']`, the output looks like `require-trusted-types-for script`. It is thus...

bug
low hanging fruit

### Is your proposal related to a problem? - REST and GraphQL APIs often have custom HTTP headers for API authentication, e.g. `X-Api-Key` or similar. - All headers are unencrypted...

feature request

### Bug Report | Q | A |------------ | ------ | BC Break | don't know | Version | 3.1.1 #### Summary The `AUTOGENERATE_FILE_NOT_EXISTS_OR_CHANGED` setting for `setAutoGenerateProxyClasses` does not update...

Fun project @sloev ! I was looking to extract some rad Haiku, so I made a fresh conda environment with Python 3.7 and installed gutenhaiku according to the README. However,...

Hi @ofpiyush, are you still maintaining this library? The library is very useful, and I'm not actually missing features, but it *is* a little difficult to use the library with...

### What is it The `AnthropicVertex` and `AsyncAnthropicVertex` clients do not seem to expose `with_options(...)` like the other clients. Similar previous issue for Bedrock: https://github.com/anthropics/anthropic-sdk-python/issues/410 ### Example ```shell > client.with_options(max_retries=num_retries).messages.create(...)...