Christian Nyvoll

Results 17 comments of Christian Nyvoll

> I think it's because your hard drive is in FAT wich limits the size of your file to 4GB ;) > > https://www.ntfs.com/ntfs_vs_fat.htm You are probably right. I dont...

> Hope this helps! It worked, but the program crashes after a few seconds :/

Doesn't seem to work for me either. Do you have more details on your setup/script @timon-k ? Would love a version for the simple usage with just the `protoc` command

Got it to work by using `protoc --proto_path=src/main/protobuf/`

> It does not work for me. > > I ran, as the doc said: > > ``` > docker run --rm \ > -v $(pwd)/V1/doc:/out \ > -v $(pwd)/V1/.:/protos...

> > docker run --rm > > -v $(pwd)/V1/doc:/out > > -v $(pwd)/V1/.:/protos > > -I/protos $(pwd)/V1 > > Hello friend, > > When I ran the command, it shows...

This is because the client-id is the same for every Home Assistant user: https://github.com/home-assistant/core/blob/dev/homeassistant/components/entur_public_transport/sensor.py#L25 I can try to implement a fix, but I dont know the proper way to identify...