Jonathan Raviotta

Results 6 comments of Jonathan Raviotta

FYI: The recent changes to config parsing from files seems to have broken display of config json. ``` config_files = [ Path('config.json'), Path('exchange-config.json') ] # Create config dict config =...

That makes sense. Thanks for pointing it out.

My understanding of docker is that the aggregation more smaller containers is more efficient than fewer larger containers. Is it worth splitting larger muti-component apps into discreet containers? For example,...

Ok. Thanks for the clarification. I'm still learning. 😁

I support the choice of package manager. I've had a hard time getting a project working because `pip` and `conda` are fighting over dependency management. It would be nice to...