Mike Cann

Results 98 comments of Mike Cann
trafficstars

Hey, I was just browsing through some of the 3.0 docs (great work btw) and noticed you are replacing `matchLiteral` https://paarthenon.github.io/variant/docs/next/new-in-3.0#literals with `onLiteral`. Im okay with the change im just...

Ye `ofLiteral` or `toLiteral` would be good :)

very cool @paarthenon! I like the simplification. My only slight concern is what it does to TS type check time, hopefully not too bad :) BTW I just tried the...

> Try with as const. Ah yes of course :) Thanks

Hey @paarthenon its been a long time since I have checked in. Hows progress on v3.0 ?

Awesome thanks @paarthenon for all of that. Sorry to hear about the health issues mate, that really sucks particularly when you seemed to be steaming ahead just wonderfully. Ye its...

Yes this is effectively the solution I came ypu with too.. ```ts export const calculateIfBattleWasAbandoned = (reason: BattleFinishedReason ): boolean => matchKind(reason, { timeout: () => true, surrender: () =>...

Nice work! This is the sort of thing I was looking for :)

Awesome, look forward to it

Thats great :)