Sigurd Spieckermann

Results 75 issues of Sigurd Spieckermann

I've added [Boxy SVG](https://boxy-svg.com/)'s namespace to the set of editor namespaces according to https://svgo.dev/docs/plugins/removeEditorsNSData/. Boxy SVG markup looks like this: ```svg ... ```

- [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] I have searched the [FAQ](https://python-poetry.org/docs/faq/) and general [documentation](https://python-poetry.org/docs/) and believe...

kind/feature
status/triage

I've performed an internal change to the update algorithm to avoid creating a subproject copy, which turns out to be a performance regression introduced by #1587. As of #1587, the...

### Describe the problem While reimplementing `jinja-ansible-filters` (see #1398) – specifically testing the `fileglob` filter –, I noticed that the current working directory while rendering template files through `copier {copy,recopy,update}`...

bug
good first issue

I've fixed a bug where a recopy/update with `-A, --skip-answered` did not parse a new answer passed via `-d, --data`. The solution was simple: Skipping a question because of `-A,...

### Describe the bug When using the newline character `\n` in the question's message, then a long message does not get wrapped according to the terminal width anymore. In my...

Bug

I've dropped the `jinja2-ansible-filters` dependency and reimplemented most of the Jinja2 filters by relying on the Ansible filters documentation as much as possible to avoid copying/rewriting GPL-licensed code. The tests...

I've fixed the update algorithm to always re-compute computed values in low-level `copy` calls, which fixes #1779 as side effect.

### Describe the problem Currently, there is a difference in behavior regarding the `validator` expression for computed values (`when: false` with a default value) between the `copier {copy,recopy}` operation and...

bug

## Changes I've added a package rule to the `:semanticPrefixFixDepsChoreOthers` preset that sets the semantic commit type `fix` for Poetry runtime dependencies (particularly, optional dependencies aka "extras"). I decided to...