Ben Greiner

Results 199 comments of Ben Greiner

Still an issue with 2.7.1 and `-j$N` with `N>1`

Well actually, it turns out to be quite easy. The RS485 port through the RJ45 socket exposes the inverter. You just have to connect pin 1 and 2 to the...

It looks like one of those eyebond esp8622 clones. Since the pins are not labeled I do not know which is the "service pin" to pull to ground and which...

> ModuleNotFoundError: No module named 'influxdb_client' I haven't found yet another specification where the installation of influxdb-client is missing

No that doesn't make any sense at all. The EOL of 1.x happened years ago and is orthogonal to the interfaces. You just cannot use the v1 client anymore. Period.

By orthogonal I mean that you can tell [influxdb2 to provide api endpoints in v1 style](https://docs.influxdata.com/influxdb/v2/api/v1-compatibility/). But again, influxdb 1 and especially the v1 client [influxdb-python](https://github.com/influxdata/influxdb-python) are EOL and should...

> add -p no:unraisableexception to our run of pytest and it passes whole test suite then. ... which is a workaround and in place for our downstream rpm package since...

I don't think it is prudent to try to make the already loaded and crufty python-rpm-macros more general. Look at `python_subpackages()`. https://github.com/openSUSE/python-rpm-macros/blob/c146b29d5b88a2d8e3e94a6454abb97cd6643237/macros.lua#L59-L413 It is almost 400 lines long and barely...

https://github.com/conan-io/conan-center-index/issues/25107 Has the same error message and they solved it by secure=True? https://github.com/grpc/grpc/issues/35378