Clay Sweetser

Results 99 comments of Clay Sweetser

To add some information to this: I had this happen to a function, then later wiped the project the function was in and re-analyzed everything with a different set of...

Some more information: I've had this go away by recreating the function (which I guess forces some sort of remapping/reanalysis).

Just to add my 2 cents here: I think this is a mostly pointless discussion over trivial details. Before [Go](golang.org), I would have argued that the term "pointer" almost always...

I wholeheartedly agree with this. And in fact (if someone tells me how), I'm willing to put up a bounty of up to $1,000 USD, depending on the amount of...

@haxscramper Just curious - how did you produce those heat maps and charts?

Positional pattern matching should only be allowed for tuple and enumeration types, as these types already have prominent features that rely on the ordering of their fields. In contrast, object...

Regarding _testing_ the underlying type of a sum-typed variable, requiring use of a `kind` function or field as part of the case expression's statement would be more explicit (to both...

I think it would be better to implement argument validation via the [argparse](https://fishshell.com/docs/current/cmds/argparse.html) command (which, idiosyncratically, doesn't do much handling of arguments).

> ...I can't believe this isn't a thing with this type of program. Do you know how to implement this?