You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was prototyping an Enso workflow and I ran into a problem with parsing Date Time.
The warning that I was seeing was only telling me that some values failed to parse and showing me examples of the problematic values. But I could not figure out why it was failing.
In fact our libraries already try to be proactive and warn if the format is 'suspicious' (which was the case in my example - wrong mixing of HH with a):
But I totally missed that there's an additional warning. I was about to submit a bug report that this warning is supposed to be reported but isn't. But in the middle of writing that report I realized - I haven't checked the warnings visualization! After checking - the warning was there.
The problem is - it is really hard to tell for the user if there are more than one warning attached. I assumed there is only one warning so I didn't think that I should check the warnings visualization.
Is it possible to display in some way the count of warnings attached to the value? Or some information below the first warning that is displayed that '+ N hidden warnings, open Warnings visualization to see them.'?
The text was updated successfully, but these errors were encountered:
I was prototyping an Enso workflow and I ran into a problem with parsing Date Time.
The warning that I was seeing was only telling me that some values failed to parse and showing me examples of the problematic values. But I could not figure out why it was failing.
In fact our libraries already try to be proactive and warn if the format is 'suspicious' (which was the case in my example - wrong mixing of
HH
witha
):But I totally missed that there's an additional warning. I was about to submit a bug report that this warning is supposed to be reported but isn't. But in the middle of writing that report I realized - I haven't checked the warnings visualization! After checking - the warning was there.
The problem is - it is really hard to tell for the user if there are more than one warning attached. I assumed there is only one warning so I didn't think that I should check the warnings visualization.
Is it possible to display in some way the count of warnings attached to the value? Or some information below the first warning that is displayed that '+ N hidden warnings, open Warnings visualization to see them.'?
The text was updated successfully, but these errors were encountered: