Results 22 issues of Bryan Lee

In the documentation (https://www.apollographql.com/docs/apollo-server/data/errors/), if I need additional properties, it suggests using `didEncounterErrors` lifecycle hook to add additional properties. > consider using the didEncounterErrors lifecycle hook to attach additional properties...

:pear: error-handling

Trying to use this lib with vite which uses `import.meta.env` as the default location for env vars and I get the following error ``` process is not defined at node_modules/env-var/env-var.js...

This was mainly added to support pasting of lots of data (10,000+). In order to achieve this, I had to first optimize the onlyUnique logic as it was very inefficient...

For all the form related components (radio group, switch) the react version supports the prop `name` for use in `form` element. Is there a way to get this working somehow...

https://github.com/ablestack/graphql-codegen-hasura/blob/db5de3d08401f04912291b9c2df8a7920e42c72e/packages/graphql-codegen-hasura-shared/src/tshelperInjectors.ts#L135 ![image](https://user-images.githubusercontent.com/9781750/91944391-d9c32480-ecb2-11ea-915a-45f366ff3a53.png) Running @apollo/client version 3.1.4. Looks like the types were updated here: https://github.com/apollographql/apollo-client/commit/7202b78574f9fddd2a513a7f5ebd9212e989f825#diff-a425d86f9a8376d3071667e3198c940a The solution here would be to not return the result of `apolloCache.writeQuery...` ?

reported by Tyler: on OS X, the security stuff blocks the app from opening by default. You need to go into `System Preferences > Security & Privacy` to click a...

enhancement

Show a better error when AWS auth fails. Users should be able to self diagnose the problems they have.

Because of this change #77 ![image](https://user-images.githubusercontent.com/9781750/65889679-a9228e80-e36f-11e9-8e57-95c3b51f46fb.png) This warning is no longer necessary. Should refresh the search after changing the profile though

Improve the errors when AWS Credentials are not working. In more details: - Add a way to self diagnose the problem (e.g. a link to the AWS documentation, project's own...

Currently there are two flows when it comes to parameter creation: `services` and `generic`. `services` is just a faster way to create many parameters across different environments at once. `services`...

enhancement