Giorgos Drosos

Results 15 comments of Giorgos Drosos

Hello, the root cause of the issue are those 3 lines at the deployment files: https://github.com/fasten-project/fasten/blob/da66973a2a731809ca0b0a2f4fad99c348dd227e/.github/workflows/docker-license-detector-plugin.yml#L13-L15 More specifically, in both [ Build and push the license detector Docker image](https://github.com/fasten-project/fasten/blob/develop/.github/workflows/docker-license-detector-plugin.yml#L13-L15), [Build...

> @gdrosos or @michelescarlato: Could you chime in here and help to clarify a bit, in which cases messages currently contain broken paths and how these paths should be fixed?...

> > > @gdrosos or @michelescarlato: Could you chime in here and help to clarify a bit, in which cases messages currently contain broken paths and how these paths should...

Thanks @MagielBruntink for reporting the issue! Indeed, the PyPI API endpoint:`/pypi//json` previously would return a json field `releases` with information regarding all the releases of a specific package. This information...

Hello @sethblack, @gnovaro , I hope this message finds you well. We are currently engaged in a research project focused on optimizing projects by identifying and eliminating unnecessary dependencies. Your...

Hello @yeisonvargasf , I hope this message finds you well. We are currently engaged in a research project focused on optimizing projects by identifying and eliminating unnecessary dependencies. Your insights...

Hello @ramonpetgrave64, @skiptomyliu, @alejandroroiz I hope this message finds you well. We are currently engaged in a research project focused on optimizing projects by identifying and eliminating unnecessary dependencies. Your...

Hi @Abhay2412 , I would like to know if you're still working on this before I take a look into it. Thanks in advance!

Sorry for the delayed response, here is the debug information with `-vvvv` for Ubuntru 24.04: ``` TASK [snap : Install package (hello-world)] ************************************ task path: /root/.ansible/collections/ansible_collections/community/general/tests/output/.tmp/integration/snap-2sb4gdlt-ÅÑŚÌβŁÈ/tests/integration/targets/snap/tasks/test.yml:18 Using module file /root/.ansible/collections/ansible_collections/community/general/plugins/modules/snap.py...

I am using the following docker image for the managed node where I run the test: ``` ARG VERSION=22.04 ARG DEBIAN_FRONTEND=noninteractive FROM ubuntu:${VERSION} ENV TZ=Etc/UTC RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime...