sonatard
sonatard
Go 1.13からGO_PROXYの効果で高速になりました Go 1.11 (vendor) 55秒 Go 1.12 (go mod) 157秒 Go 1.13 (go mod) 68秒
I created this docker image in Mercari, Inc but I left Mercari. New repository is here. https://github.com/gcpug/docker-appengine-go gcpug is Google Cloud Platform User Group in Japan. I currently use Google...
Hi What is the difference between `preset: client` and `preset: gql-tag-operations-preset` ? https://the-guild.dev/blog/unleash-the-power-of-fragments-with-graphql-codegen https://www.the-guild.dev/graphql/codegen/plugins/presets/gql-tag-operations-preset
And we need relayStylePagination helper function. https://www.apollographql.com/docs/react/pagination/cursor-based/#relay-style-cursor-pagination
Currently, we have to use Firebase admin SDK instead of Cloud Identity Platform SDK. https://github.com/firebase/firebase-admin-go But It hasn't kept up with the evolution of the Cloud Identity Platform.
I agree with @james-johnston-thumbtack . If looppointer doesn't add golangci-lint, I can't stop using scopelint. because it means 'if I add a bug, I won't find it.' I can't raise...
gqlgen supported Go 1.18 and Generics. Supporting Optional has become a reality.
@martinbonnin Do you have a plan to use Ktor for Apollo Kotlin Standard HTTP Client with Android, iOS, JS? With the release of Compose for iOS, demand is expected to...
@martinbonnin @BoD Thank you for merging #5142 ! This will allow us to reduce our dependency on Android. Stack Inc have paid a fee to yt8492 and asked for a...
@martinbonnin Do you have plans to support the following format? ```graphql type UserConnection { pageInfo: PageInfo! nodes: [User!]! } ``` Shopify and GitHub APIs have nodes in addition to edges....