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
Not sure if this is the appropriate place for it, but if you store a Bytes value on your elm model without decoding it, in the debugger (when you compile it with --debug) it displays with a pair of empty curly braces. I had to check the length explicitly to verify the data was there.
This is very confusing! Maybe we can display it like a list of integers or like a hex dump or something?
I would gladly take a swing at this if someone can point me where to look in the code.
The text was updated successfully, but these errors were encountered:
Not sure if this is the appropriate place for it, but if you store a Bytes value on your elm model without decoding it, in the debugger (when you compile it with --debug) it displays with a pair of empty curly braces. I had to check the length explicitly to verify the data was there.
This is very confusing! Maybe we can display it like a list of integers or like a hex dump or something?
I would gladly take a swing at this if someone can point me where to look in the code.
The text was updated successfully, but these errors were encountered: