Santos Gallegos

Results 157 issues of Santos Gallegos

We currently list the public versions from the main project and its translations. But when we have subprojects, we serve them from the domain of the main project, so we...

Improvement
Needed: design decision

## What's the problem this feature will solve? Currently, we use identifier and verbose name depending on the version type, for example: * For branches, identifier and verbose_name are the...

Needed: design decision

Currently, warning a user before redirecting it to another service is done by a global setting https://github.com/jbittel/django-mama-cas/blob/22e3b232bb5f16974a0b54cb2ad1d6a35ba501fc/mama_cas/forms.py#L28-L32 Would be great if this behavior could be customized by a service backend...

Hi, thank you for maintaining mama CAS! Currently, service backends have access to the service only. https://github.com/jbittel/django-mama-cas/blob/22e3b232bb5f16974a0b54cb2ad1d6a35ba501fc/mama_cas/services/backends.py#L66-L88 It can be useful to have access to the current user to check...

Hi, thanks for this library, it's very useful. Having the output in the stdout is great, but for bigger projects it may not be easy to parse for further analysis...

`from_POSSESSIVE_REPEAT` isn't supported yet, not sure how to implement it, but at least this doesn't interrupt the program.

It's very common for users to want to match `TODO` in addition to `TODO:` (ending in colon). To match that, users needed to match over all text nodes, since every...

Fields are more of an identifier rather than an expression, I have renamed it to reflect this.

Currently the whole buffer gets deleted, and no error is shown... That's a really bad UX

good first issue