Jonas Neubert

Results 7 issues of Jonas Neubert

## Basic info **Application name**: opcua-client-gui **Application repo link**: https://github.com/FreeOpcUa/opcua-client-gui **Application home link**: https://freeopcua.github.io **Application description**: Cross-platform GUI client for the OPC-UA protocol used by programmable logic controllers and other...

- [x] Closes #1845 (insert issue number) - [x] Executed `pre-commit run --all-files` with no errors - [x] The change is fully covered by automated unit tests - [ ]...

To reproduce run: ```python import pint from decimal import Decimal reg = pint.UnitRegistry( auto_reduce_dimensions=True, non_int_type=Decimal, ) reg("km / h * m") ``` Resulting output is: ``` Traceback (most recent call...

I am surprised that the size of the hash computed is not equal to the `hash_size` parameter available for all hashing methods. Specifically, `imagehash.whash(img, hash_size=16, mode="db4")` yields a hash of...

I am using version 0.4.0 with config setting `topic_prefix = "livingroom"`, have a Hue Bridge configured and working, and two color light strips configured in the bridge. I can change...

bug

### What happened? In the proxy UI, I tried to create a credential named "anthropic" (bug reproduces with any other credential name >8 characters long) and then use it this...

bug
llm translation

Somewhere in my code I call ``` runtime.thread.composer.setRunConfig({ custom: { foo: val }, }) ``` If I then later use the Composer to write and send a message, the `run()`...