Sylvain Renaud

Results 6 issues of Sylvain Renaud

There is some cases where the URL does not contain the filename, therefore the [auto-generated name](https://github.com/ansistrano/deploy/blob/master/tasks/update-code/download.yml#L11) is not suitable. For example, [downloading artifacts from Gitlab API ](https://docs.gitlab.com/ee/api/job_artifacts.html#download-the-artifacts-archive) is done using...

I'm getting the following error when I run `pylint` on my project using `pylint-django==2.4.2`: ```bash > poetry run pylint --django-settings-module=myapp.settings myapp Traceback (most recent call last): File "/home/sylvain/LNS/mylns-api/.venv/lib/python3.7/site-packages/pylint_django/checkers/foreign_key_strings.py", line 90,...

### What's the Problem? Encoding text with DevToys and decoding it with another tool (base64 cli) does not work if end of line sequence matter. Example : OpenSSH keys ###...

### Description # TL;DR Conversion to snake_case should be fixed - Actual: `myExampleInput` => `myexampleinput` - Expected: `myExampleInput` => `my_example_input` # Explanations Conversion from camelCase or PascalCase to snake case...

bug
devtoys-v1.x

It would be great if this plugin allows to run tasks without forking the lifecycle. I already created an [issue](https://github.com/GoogleCloudPlatform/endpoints-framework-maven-plugin/issues/51) on the [endpoints-framwork-maven-plugin](https://github.com/GoogleCloudPlatform/endpoints-framework-maven-plugin) which has been solved.

### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary If used, keep the _Filter JSON response body_ value after resending request,...

feature