Adam Pietrasiak
Adam Pietrasiak
Could you describe use case for this a bit more?
Also, note you could just: ```ts import { Arg } from 'typegql' const paramIndex = 3; Arg({ type: String, isNullable: true })(targetClass, fieldName, paramIndex); ``` And I think it's very...
Could you please describe why exactly you need this?
I've added test case and it works: ```ts it('Will allow registering argument at runtime', () => { @ObjectType() class Foo { @Field() bar( baz: string, bazRequired: string, ): string {...
Sadly - currently typescript reflect api does not recognize dates: http://blog.wolksoftware.com/decorators-metadata-reflection-in-typescript-from-novice-to-expert-part-4 If it's changed - would be great to add such feature
@gauravbharat I'm also trying to detect the state of Caps Lock. What I noticed is that the matter is more complicated than I originally thought. I connected 2 keyboards at...
 I'm having similar issue. No idea what is not covered here.
 Something like this I've seen in some app - all the ui of event editor have different font family
A bit hacky, but I've managed to make it 'kinda white' using shadow props ```tsx { if (date) { onChange(convertDateToMinutes(date)); return; } }} /> ``` 
That think should be merged. I've lost like 2 hours trying to convert my 'operator mono' font.