Philipp Jaschke

Results 10 issues of Philipp Jaschke

**Describe the bug** Hello When I start to create code from the json blow, I get a KeyError. The Error description says : `KeyError: '#definitions/ChargingStationType'` although `ChargingStationType` is specified under...

Hello I want to install `docker-compose` and `pyyaml=6.0` with poetry. However, when I run `poetry add docker-compose pyyaml`, I get a dependency error: **Steps to reproduce the issue:** `poetry add...

stale
Docker Compose V1

Hello, I use hiredis in a pydantic BaseModel class and I get a TypeError when I run my script. ``` class RedisClient(BaseModel): reader: hiredis.Reader = hiredis.Reader(encoding="utf-8", errors="strict") class Config: arbitrary_types_allowed...

Hello I have an error after changing the package faust to faust-streaming. I have a timer that sends a message to a channel at a cyclic interval. An agent iterates...

bug
dependencies

Hello When I restart my application after a few time I get this error: ` [^---Recovery]: No event received for active tp TopicPartition(topic='philipp.match.04-matchtable-changelog', partition=0) since recovery start (started 33.43 seconds...

bug
duplicate

Hello, I found this Issue from @xqzhou at the robinhood/faust project: https://github.com/robinhood/faust/issues/293 ## Steps to reproduce Define an agent consume message from a table's changelog topic ## Expected behavior As...

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description When i am running the example code, I get a ValidationError: ``` Traceback (most recent call...

bug V2
topic-generics

Hello, we have a Redis Server with User permissions set. This is our acl list: ``` 1) "user admin on #2d2cfc734e02c9a98fcce756a036d45d02df61b998170eb8a14649fb89188cad ~* &* +@all" 2) "user nodered on #9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08 resetchannels...

I run NodeRed in Kubernetes and want to pass some environment variables like host, username, password and so on as environment variables to the container. But when I use at...

This PR addresses an issue where selecting `env` as the configuration source and providing a string value would incorrectly treat the string as a hostname. If the string is actually...