Sacha Brouté

Results 9 issues of Sacha Brouté

* Cookiecutter version: 2.4.0 * Template project url: N/A * Python version: 3.10.9 * Operating System: MacOS ### Description: Overriding jinja's `variable_start_string` and `variable_end_string` when using `_jinja2_env_vars` in cookiecutter.json gives...

**Description** Adds a new `skip-regex` configuration option which works similar to `skip` (files) in that it will ignore entire lines of diffs that match the supplied regex. **Comments** I thought...

I would like to introduce a new argument `--skip-regex` for similar purposes as the current `--skip` argument which just skips files. I would be happy to make a contribution if...

### Current behavior When implementing listeners in a screen in a NativeStackNavigator, typescript complains if I use `e.preventDefault()` on the `beforeRemove` listener. However functionally speaking, it works. For example, this...

bug
platform:android
platform:ios
repro provided

The version tagged as `v2.0.10` on github does not match the version tagged as `v2.0.10` on npm For example, on npm there is `react-native-secure-key-store.podspec` But, on github in the `v2.0.10`...

### Describe the Bug I have an upload collection that I validate with a sibling checkbox field. The checkbox field has a validation method which checks the `options.siblingData.file` when it...

status: needs-triage

### Which project does this relate to? Router ### Describe the bug A pathlessLayoutRoute within a Dynamic route segment does not trigger the parent routes' `notFoundComponent`, even from the root....

## Changes Adds proper types to the useMutation's onMutateResults fields which are used in `onSettled`, `onError` & return object of this hook. The open issue regarding this bug: https://github.com/openapi-ts/openapi-typescript/issues/2518 I...

### openapi-react-query version 0.5.1 ### Description The `useMutation` hook appears to have incorrectly typed `options`, which prevent the result of the `onMutate` callback to be used as parameters to the...

bug
openapi-react-query