core icon indicating copy to clipboard operation
core copied to clipboard

Resolve handling of nil values

Open kkoreilly opened this issue 1 year ago • 1 comments

We need to determine a good way for nil values to be displayed and edited. This is related to #539 and #575.

kkoreilly avatar Dec 25 '23 06:12 kkoreilly

We also need to fix panics after adding a nil function in a slice view (eg: when adding a function to Stylers). You probably just shouldn't be able to add new elements to slices, maps, and arrays of functions.

kkoreilly avatar Jan 20 '24 22:01 kkoreilly