Jamie Rasmussen
Jamie Rasmussen
Fixes WB-10926 Description ----------- username was added to the debug-cli log file path in https://github.com/wandb/wandb/pull/3301 but the path displayed to the user on an error was not updated to match....
This changes UI side ref parsing; I believe we still have some related problems in backend code. Internal Jira: https://wandb.atlassian.net/browse/WB-18522 https://wandb.atlassian.net/browse/WB-18743
@tssweeney - we may want to do a more comprehensive check for APIs exposing limit as a parameter. I also think SqliteTraceServer needs to be updated, but I need some...
Using Pydantic for validation should give us enforcement in both SDK and server. Please let me know if you have thoughts on what the max length / valid characters should...
Trying out something from design mockups - collapsible input/output sections. Before: After:
Mostly to queue this up for discussion - I think the user should be able to distinguish in the UI between e.g. a "None" value and an empty string. Before:...