Gurtej Kanwar
Gurtej Kanwar
I also have a similar use case with multiple sacred databases. Is this feature being actively worked on? What remaining tasks need to be handled before merging? I could spend...
Okay, thanks @nuth, working on picking up from your MP-6140 branch now. Is there a reason for an environment variable for the config file instead of a command line argument?...
Seems like the 12 factor approach would be not to have a config file at all, but set all this information directly in environment variables? > The twelve-factor app stores...
Haha, I'm happy to stick to this, just wanted to understand the motivations. Getting a bit of headache trying to merge app.js right now... but getting close!
Was this code passing the web tests on your branch? I'm finding that e.g. in runsTable.test.js the expects around mockAxios want a leading '/' like '/api/...'. Does this make sense?
Merge complete, and opened PR #200 so we can iterate on remaining issues. It seems like environment variable support was already there, taking config file path from OMNIBOARD_CONFIG. I've tested...
Seems like some mockAxios calls want "/api/..." and some want "api/..." and I don't understand when or why. Could you explain what is happening in `Backend/backend.js`? How does it eventually...
I thought it may be output too, but we are only saving 100s of lines of output per experiment. On the other hand, we are saving loss and a few...
Thanks for the recommendation to check out incense! This seems handy to manipulate metrics in the meanwhile.
Yes, this is still an issue. I can address this when I get back into town tomorrow.