Fridolín Pokorný

Results 197 comments of Fridolín Pokorný

/remove-lifecycle rotten /reopen /triage accepted

It might be a good idea to postpone it.

Related: https://developers.redhat.com/articles/2021/10/06/find-and-compare-python-libraries-project2vec

> **Is your feature request related to a problem? Please describe.** > As Data Scientist, > > I want to build an AI pipeline where all my steps have different...

I would kindly also vote for keeping this as a single script app. The tool can still be used as a Python package even though it is a single file...

Something like this (just to have a container ready): ```dockerfile FROM quay.io/fedora/python-311 WORKDIR /app/ COPY app.py Pipfile.lock /app/ RUN curl https://raw.githubusercontent.com/thoth-station/micropipenv/master/micropipenv.py | python3 - install ENTRYPOINT ["python3", "app.py"] ``` Also...

Built a wheel file for Python 3.11. I did not test it and made a few hacks to make it manulinux compliant - so hopefully it will work 🤞🏻 https://pypi.org/project/thoth-ssdeep/3.4.1/#files

Thanks all for review comments. I'll incorporate suggestions. > > Given that we will not, at least to start, have a mechanism to test them over time I think it's...

> There could be a use case, when user might want to do something right after release, like trigger a docker hub build, or send an email to somewhere. JFYI,...