Sacha Brouté
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...
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...