Peter Bašista

Results 6 comments of Peter Bašista

> pymodbus that creates a `serial.Serial` instead of `serial.rs485.RS485` Thank you, a good point. A simple work-around might be to redefine the `ModbusSerialClient.connect` method: ```python class ModbusRS485Client(ModbusSerialClient): def connect(self): """...

Hi, in my case the lines are detached from the bubbles: ![energy_card](https://user-images.githubusercontent.com/1535892/168649364-41411998-ef55-4532-b30e-9352ef74e07e.png) This can be reproduced in Firefox or Chrome, as well as in the Android mobile application. Refreshing or...

The root cause of this behavior seems to be summarized by the following note: https://github.com/actions/checkout/blob/2541b1294d2704b0964813337f33b291d3f8596b/action.yml#L68-L69 It is necessary to provide some credentials for accessing the `my-org/my-repo` private repository to this...

From my point of view, the most widely-accepted indentation style for sequences is the one used multiple times in the official YAML specification. For instance, in [section 2.1](https://yaml.org/spec/1.2/spec.html#id2759963), example 2.3...

Unfortunately, even the latest release `v6.0.1` of vcrpy does not seem to resolve this issue. From my experiments it looks like `httpx.Response.elapsed` still cannot be accessed in tests. As was...

The listed stack traces are very similar to the stack traces occurring during this issue: https://github.com/TeamNewPipe/NewPipe/issues/9023