frederikhors

Results 725 comments of frederikhors

It's OSS. Everything is uncertain. 😄

@tanphamhaiduong can I ask you why `Clear()` is needed?

Ok. But I still don't get it. Are you updating that entity frequently during that call?

> is this project still alive Is this a question? If yes, yes, it is. **And it is a great, amazing project!** Please read docs line by line before asking...

The code is simple: ```graphql extend type Mutation { playerCreate(input: PlayerInput!): Player! } type Player { id: ID! firstname: String! } input PlayerInput { firstname: String! } ```

Hi guys, I would like to bring to your attention the following project: https://github.com/vikstrous/dataloadgen which has great benchmarks! What do you think?

@StevenACoffman can you operate on this repo? Instead of a new version on this package, can we add this to gqlgen? Like `gqlgen/dataloaden` or `gqlgen/dataloadgen`? We could also write in...

@lwc what do you think about creating a new repo since it’s all new?

Related: https://github.com/tailwindlabs/tailwindcss/discussions/1731.

With longer views, it would be great if there was a project that had this feature and also features like https://github.com/bgentry/que-go.