Christian Franke

Results 17 comments of Christian Franke

Thank you for providing this information and for confirming that request validation in the `getKey` method would indeed be the way to go. For now, I think I will resort...

The log is too long to be included in a GitHub comment, so I uploaded it here: https://nowhere.ws/dump/renovatelog.txt

I am sorry @viceice - I can understand your frustration, I just did not know how to filter the log properly. I have trimmed it to the problematic branch now...

Running the following locally on the jquery renovate branch where artifact updating fails seems to work fine and returns with `EXIT_SUCCESS` (0): ``` docker run --rm --name=renovate_sidecar --label=renovate_child \ -v...

I am not sure if the test failure for Python 3.9 is due to my change or due to something completely different. If there is anything that I should address,...

To provide a bit more context, please allow me to show the following example code: ```python from adrf.views import APIView from adrf.viewsets import ViewSetMixin from rest_framework import mixins class GenericAPIView(mixins.GenericModelMixin,...

Is there any alternative that you can suggest?

> I'm a bit confused by rename paths: > > * `'/usr/local/lib/python3.6/site-packages/requests-2.22.0.dist-info/'` -> > > * `'/usr/local/lib/python3.6/site-packages/~equests-2.22.0.dist-info'` > > > That tilda is just odd... Did you managa to find...

Thank you for your prompt answer. :+1: I figured out where the tilde is coming from and your assumption is correct: Pip has a class [AdjacentTempDir](https://github.com/pypa/pip/blob/main/src/pip/_internal/utils/temp_dir.py#L187) that it apparently uses...

I can confirm that this issue affects us with version 5.0 as well. While using standard EME seems to work well for iOS 15 and was apparantly in fact required...