Thilo von Neumann
Thilo von Neumann
> Adding the unit to the metric name is a perfectly valid way to handle it, though it is a bit ugly and hacky feeling. Agreed, it feels wrong and...
Hi @FranzEricSchneider, great that you found a solution! Other than that, you could use the `FileStorageObserver`, which stores the logs in JSON files that can easily be copied between machines....
There is currently no easy way to do this. You can loop through the data stored in your mongo db manually and pass them to a file storage observer, similar...
@AdamGleave uploading to the PyPI test servers for every push seems a bit too much, doesn't it? But I don't really see another option for testing the release workflow, either.
What branch would that be? If we use the master (i.e., on every PR merge), the frequency of uploads would be much smaller, but errors might slip through unnoticed. If...
@Qwlouse can you also provide an API token for the test server?
Hey @GoingMyWay! Thank you for noticing this and bringing this up. I never noticed this in my own experiments. I checked one of my old experiments and the tendency is...
If I figure out a way to fix this, then yes. But I'm not sure yet how to do it without potentially breaking things (like custom observers). I would suggest...
Yes, that's right. You can create a pull request if you like. While looking at the code, I realized that there is a bug in the template rendering: If you...
I had a similar problem a few weeks ago, with functions captured by ingredients. The configuration for each captured function is constructed on the creation of the `Run` object when...