Manuel Leonhardt

Results 51 comments of Manuel Leonhardt

@zavorka @edc anything we could to to push things forward?

I was facing the same issue today. I was just about commiting a fish version of the `oe-init-build-env` and `oe-setup-builddir` scripts to their mailing list, before a came across this...

Thanks @zavorka. I can confirm that your PR is working with the openembedded init script.

@ntjess You may be interested in https://github.com/CoenraadS/Bracket-Pair-Colorizer-2, which is also language-agnostic.

> So for Artifactory the ideal solution is no limit in the URL? At least for private on-prem instances, I guess so. > And if so, is there any way...

Yes. I think `RENOVATE_PAGINATE_ALL` to disable the 10 page restriction won't help. Pagination in general is the issue, as Artifactory reports wrong pagination links. A variable to change the limit...

Definitely +1. Maybe consider the replacement of the substitution hash by a user-definable hash. Or at least consider a hash depending on the `:lang` attribute. Additionally you might consider taking...

The easiest way I can think of, is to use a custom type (Although I think this would be a nice feature for click): ```python class EnumType(click.Choice): def __init__(self, enum):...

I'm also confused by the current behaviour. Taskfile is primarily a tool our developers use locally and occasionally in CI. I'd expect it to prioritise convenience. In terms of overriding...

Currently, I think there are two straightforward methods for accomplishing this. Note that there are more complex solutions involving custom Typer and wrapper functions to trick Typer into ignoring `self`....