Gabriele Pongelli

Results 41 issues of Gabriele Pongelli

Hi, congratulations for this node, it's very powerful! Using it I've found that could be useful adding a day/month/year selection, like cron does, applied on sunrise/sunset events to fire message...

enhancement

Hi Konrad, your benchmark for etls is very interesting! Could you add Openssl 1.1.0 to that bench ? [As you can see](https://github.com/openssl/openssl/blob/master/crypto/err/err.c), seems that 1.1.0 will not have `CRYPTO_*_{un}lock` in...

Hi, I was trying this custom component, suggested from a discussion I found on same argument, but using values coming from Broadlink sensor I’ve risk index always set to 0....

enhancement
invalid

manage dotted env for tox `envlist` closes #38

Recentily I've found an useful package to build python on different OS/archs: [cibuildwheel](https://cibuildwheel.readthedocs.io/en/stable/). It has [CIBW_BUILD, CIBW_SKIP](https://cibuildwheel.readthedocs.io/en/stable/options/#build-skip) configurations regarding python version used to build and test the package (locally and...

enhancement
help wanted

as per [comment](https://github.com/mgedmin/check-python-versions/issues/35#issuecomment-1406114465) , I'm opening a new issue regarding TOX env with dot inside: ``` [tox:tox] isolated_build = true envlist = lint, format, py3.8, py3.9, py3.10, py3.11, build ```...

bug
help wanted

Tox can be configured also into setup.cfg file, e.g. ``` [tox:tox] isolated_build = true envlist = lint, format, py3.8, py3.9, py3.10, py3.11, build ``` or, using default naming convention ```...

enhancement

An interesting match that can be added is also against active python's version. E.g. everything is configured **correctly** with python 2.7 and 3.6 , but they're both at the end-of-life...

enhancement

**Is your feature request related to a problem? Please describe.** I saw this package miss [Builds API](https://jfrog.com/help/r/jfrog-rest-apis/builds), is it planned to be added in future ? **Describe alternatives you've considered**...

## Description This MR adds JFrog build managements to the package. closes #166 ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking...