Chris Tsongas

Results 7 issues of Chris Tsongas

Application will break if served at a secure URL because the browser won't load jquery over a non-secure connection.

Is there a way to show errors on blur, but hide errors immediately as they are fixed? In my opinion, both Vuelidate basic form examples (https://monterail.github.io/vuelidate/#sub-basic-form) are sub-optimal. Showing errors...

feature request

I'm new to GraphQL and am using the technique described in [this post](https://www.apollographql.com/blog/backend/schema-design/modularizing-your-graphql-schema-code/) to modularize my GraphQL schema code so the types, queries, mutations, and resolvers for each model are...

It would be super helpful to have types for JSON webhook data...I don't suppose this exists somewhere and I missed it?

backlog

Not sure if this is an appropriate place to raise issues regarding https://es6console.com/ but I'm wondering if there is a way to turn off auto-running code as I type? The...

This looks awesome, especially the ability to validate each step. One question, the browser's forward and back buttons are disabled in your example, but could they be used to navigate...

I added objection-unique to my Users model to make user email addresses unique: ``` const unique = require('objection-unique')({ fields: ['email'], identifiers: ['id'] }); ``` However when I do a graph...

bug