nexgen
nexgen
Any update on this? Looking for example performing script.
> Could this coming from redundant setup instructions in .zshrc ? I see that every time the shell is loaded the following lines are appended to my $HOME/.zshrc > >...
Looks like the ccxt instance is initiated from multiple places. Isn't there a way to add proxy in one location which will be used by ccxt?
Here is the simplified working code for you to replicate this problem. ```python class FileMaker: def __init__(self, fm_server_url, fm_user, fm_password, fm_db_name): layout = "GLOBAL" self.fms = fmrest.Server( fm_server_url, user=fm_user, password=fm_password,...
I came here searching for this same problem. sort_keys=False worked for me. The thread about it is here: https://github.com/eyeseast/python-frontmatter/issues/26#issuecomment-799024484