Jairo Llopis

Results 222 issues of Jairo Llopis

Just: `{% yield single_var from looped_var %}{{ single_var }}{% endyield %}` The implementation could be similar to https://github.com/orgs/copier-org/discussions/908#discussioncomment-6505536: Does `single_var` exist in context? - yes: do nothing special - no:...

enhancement

>Apologies if this is not the right place to bring it up, but after this merge, I am still seeing a failure when attempting to run `copier` without git installed....

### Actual Situation Copier is growing. Luckily not so often, some people come, open a PR, and abandon it. However, sometimes it does happen. A big amount of open issues...

enhancement

Copier isn't compatible with moving tags. Even less if those tags are valid PEP440 version identifiers. If you have moving refs, try using branches for that. Or you could use...

good first issue
documentation

> the fetch that copier does for this case is too slow. _Originally posted by @bburgin in https://github.com/copier-org/copier/discussions/449#discussioncomment-1371169_ And it's true. Copier should cache downloaded templates, so next fetches are...

enhancement
good first issue

All of Joplin can be used without touching the mouse. I do this with all apps that have tabs. However, this plugin with this key feature would be super productive!...

**Description** There's no chance to log into the same registry using different credentials to access to different images within. **Steps to reproduce the issue:** 1. `docker login https://registry.example.com/team1` - provide...

area/distribution
kind/enhancement
area/authentication

### Description Common workflow: ```sh git add -A cz c ``` Boring. Could be better with a single command. ### Possible Solution ```sh cz c -A ``` Adds all changed...

type: feature

# Is your feature request related to a problem? Please describe. I'm integrating sqlitebiter into another system whose storage is content-addressable. The file name on disk doesn't contain the original...

needs-triage

I'm doing custom builds from editable installs in a meta-repo. To get the dirty editable path of a dependency drv, I'd need this patch, to be able to do something...

python