Adam Tkaczyk

Results 9 issues of Adam Tkaczyk

Todo: - [ ] Fix TS support in `.mdx` stories, - [ ] Port rest of stories

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 MDX is a more robust format...

Currently, eslint is throwing a lot of obvious errors like: ![image](https://user-images.githubusercontent.com/39050595/177855808-15393d92-6a15-4723-a9af-4246dc6d1655.png) They're easy to fix (most of them are auto-fixable). But the diff will be huuuuge. That's why I want...

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 As a developer, I want to...

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 All components in the storybook...

The types are mixed with values in this docs https://pothos-graphql.dev/docs/plugins/smart-subscriptions ```ts const builder = new SchemaBuilder({ plugins: [SmartSubscriptionsPlugin], smartSubscriptions: { debounceDelay: number | null; subscribe: ( name: string, context: Context,...

documentation

In many codebases I see code like ```ts @ApiProperty({ required: true // other properties like description, example etc. }) ``` `required: true` is by default in `@ApiProperty`, no need to...

Accepting PRs or funding

https://github.com/google/cel-spec/blob/master/doc/langdef.md ``` COMMENT ::= '//' ~NEWLINE* NEWLINE ```

https://github.com/google/cel-spec/blob/master/doc/langdef.md