Matt Stancliff
Matt Stancliff
Since when? Links? References?
oh, interesting. It looks like that would be more a function of the gateway or TWS reading the extra user/client 2FA code at login time instead of any application though?...
Interesting failure there. We don't have a tick decoder for `tickType=90` and it's not listed in the docs we used for mappings: https://interactivebrokers.github.io/tws-api/tick_types.html Looking through their other client code, they...
It should work, but there may be bug fixes I haven't pushed updates to yet. I've got a couple dozen fixes I'm still testing through before another bulk update and...
the quotes system does provide defaults _if you don't have a custom quote snapshot state saved_. You can also use wildcards to remove quotes quickly, so just `qrm blah *`...
## Good news! [warning: this is more of an article than a comment reply] First, thanks for creating the socket activation support. (At first, I had it confused for the...
[replying in a random order] > We also start our MariaDB (MySQL) instances on-demand and are working on getting socket activation upstream. That's really useful to know. A bit crazy,...
Thanks for the quick and thorough reply! > Drupal doesn't need a large Redis cache, Good point. There's always that "single purpose transient cache" use case I tend to forget...
> Define an ordering of configuration, maybe client socket first and cluster socket second. Yup. Redis is flexible though, in that it can accept a dynamic number of IPs and...
oh, interesting. We don't have `tzdata` (`ModuleNotFoundError: No module named 'tzdata'`) as a dependency here, but it looks like we should. The start of `util.py` having this is also a...