Drake Costa

Results 23 issues of Drake Costa

So I used this example without knowing that NAT Gateways are not covered under AWS's free tier, which in about two weeks racked up $30 in charges. Please add a...

So I've been able to successfully use the upsert function to update data when querying for a single field, but when passing a has of multiple fields I get the...

Hey all! Thanks for taking an interest in this little hobby project of mine! After a long period of inactivity, I finally did some cleanup and updating, publishing the first...

Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=yarn&package_name=lodash&from_version=4.17.20&to_version=4.17.21&pr_id=f29b700d-a955-4eac-aa02-515493c15178&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

This is a feature request to support soft-deletion. I'm proposing the addition of a `deletedAt` system field, which would be a nullable `DateTime` scalar. A value of `null` would indicate...

kind/feature

### Motivation Ran into some roadblocks trying to add an intermediate state for a toggle button built on top of the FormCheckbox and Button components in v2. It doesn't appear...

feature
not stale
has workaround

Hey there! First off, really cool project, it appears to be exactly what I'm looking for. Bad news however is that I'm having difficulty getting it to work. On attempting...

Adds [https://github.com/luckycatfactory/esbuild-graphql-loader](https://github.com/luckycatfactory/esbuild-graphql-loader) to the esbuild plugins list to enable loading of `.gql` and `.graphql` files. As suggested in the plugin's docs, [@graphql-tools/optimize](https://www.graphql-tools.com/docs/api/modules/optimize/) is used to further reduce the output bundle...

type: feature

Added `jsdom` as a dependency. In parser-markup.js, `document` is accessed to create a frame to render HTML in. Since `document` doesn't exist in Node, this causes SSR builds to throw...