ricphiri

Results 3 comments of ricphiri

I ran into this post because I was looking for a work-around for C# missing an equivalent to 'Optional ByRef'. I plan to figure out how it's implemented in VB.Net...

It's April 2021, using .Net 5 and the problem still exists. I just used the solution in @shanselman's post to work on Excel. For quick reference: - I changed the...

This code below is a problem: `import { VariantProps, cva } from "class-variance-authority"` This is the fix that people keep pointing to: `import { cva, type VariantProps } from "class-variance-authority"`...