Anders Madsen

Results 7 issues of Anders Madsen

Is there any way or do you know some tool that can lint commits to ensure that they have emojis in them? I know commitlint exist and that you can...

Could you add an emoji for the revert code? Like this: ![image](https://user-images.githubusercontent.com/28491857/133805968-33810a5e-da13-4991-bb42-ce4c7590ffc9.png)

I'm using connect-redis and ioredis to store the session and the user will have the redis key stored in a browser cookie. connect-redis resets the TTL every time the server...

### Describe the bug The bug is explained here: https://github.com/dotansimha/graphql-code-generator/issues/7447 You can see an image of the typescript error here, the code snippet comes from this [file](https://github.com/AndysonDK/syncbase/blob/f9fcc30604dddbeee82a5ec69b74a72887825b79/packages/web/src/graphql/client.ts#L20-L65): Here you can...

feature-request

Would be nice to have the dokku version updated

### Describe the bug The bug is explained here: https://github.com/dotansimha/graphql-code-generator/issues/7447 You can see an image of the typescript error here, the code snippet comes from this [file](https://github.com/AndysonDK/syncbase/blob/f9fcc30604dddbeee82a5ec69b74a72887825b79/packages/web/src/graphql/client.ts#L20-L65): Here you can...

In zod you can do something like this: ```typescript const zParser = z.object({ title: z.string().min(3, 'First name must be at least 3 characters'), description: z.string(), numberOfPeople: z.number(), ageStart: z.number(), ageEnd:...