Jason_000

Results 117 comments of Jason_000

Noice yeah I should probably add something to the GH actions for that! Very much appreciated, once again thank you for this!

Thanks for the PR, just the one question: I'm not sure I fully understand the use of the fall keyword here, what is it providing that we can't already do?

> > Thanks for the PR, just the one question: > > I'm not sure I fully understand the use of the fall keyword here, what is it providing that...

Ah so you're saying in that circumstance you could then do something like this? ``` switch (membership) { case "premium+": { // premium+ } fall case "premium": { // premium...

Opinions on this @briandowns?

Gonna close this out for now, thanks for the PR though @manoharkakumani

Yeah good find! Seems as though I missed this when merging it in, but using the numeric type we are using `bigint_from_int` which is obviously implicitly converting!