Chris Tsongas

Results 10 comments of Chris Tsongas

I'm curious to see if I can address this with https://github.com/blocka/vue-simpleform since it's based on Formik which I enjoyed while working with React.

@samal-rasmussen this tutorial uses React and Express but IMO is about as simple as simple gets https://blog.logrocket.com/build-full-stack-typescript-app-trpc-react/.

So, somebody at Netlify didn't know about `engines` however many years ago so now all your customers are stuck with failing builds and workarounds? I don't get it, especially with...

It won't work. I tried using https://www.mozilla.org/en-US/firefox/developer/ but my tests wouldn't run. The only solution I found where both the formatter and my tests worked was to use the Extended...

Vercel just bought [Turborepo](https://turborepo.org/) I think this is going to become very important very quickly!

Hmm I donated but I think only contributors can add labels?

GraphQL Shield will disallow any query that does not return the type specified, and it looks like you aren't returning an `itemId` property just an `owner` property so you are...

I'm searching for a validation library for Vue/Nuxt that will make it easy to accomplish what you describe. I was excited to see simple-vue-validator has three different Interaction Modes however...

P.S. I tried Vee Validate but had multiple problems getting it to work including not being able to customize error messages, and not being able to get password confirmation validation...