jeames00
jeames00
I've only experienced this issue when connected to a VPN. Change the VPN country or disconnect and yfinance works OK.
I emptied the library and config directories, pulled the new docker image (lscr.io/linuxserver/jellyfin:latest), then brought up the docker container. Library content appears to be scanning successfully now but I'll see...
Same for me, nothing happens when saving a .uml file (either empty or with valid markup). Also no change when replacing the plantuml.jar file with one from the PlantUML website....
> @cuzyoucant Hi, sorry I didn't really have the chance to work on it since I came back from vacation...for now I am living with the workaround I implemented this...
I managed to override the schema classmethod correctly (I think): ``` import pulsar from pulsar.schema import * class Example(Record): @classmethod def schema(cls): schema = super().schema() for i, field_default in enumerate([cls._fields[field['name']].default()...
Further on my previous comment, it DOES work... eventually. Checking the **docker standalone** log messages upon sending updated schema the first time: `12:49:55.948 [pulsar-io-51-3] INFO org.apache.pulsar.broker.service.ServerCnx - New connection from...
I've fiddled around some more, testing a Python and Java producer side-by-side, each one iterating the schema incrementally. It seems that to make a Python client produce schema that is...