Adam Pietrasiak

Results 89 comments of 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...

![image](https://user-images.githubusercontent.com/7311462/40545596-b1f4b230-602c-11e8-9083-3f4f16d6450b.png) I'm having similar issue. No idea what is not covered here.

![image](https://user-images.githubusercontent.com/7311462/54780522-4612ab00-4c1a-11e9-9bea-883a840876bc.png) 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; } }} /> ``` ![image](https://user-images.githubusercontent.com/7311462/74568382-25f98200-4f78-11ea-9cdb-fb1e5437d685.png)

That think should be merged. I've lost like 2 hours trying to convert my 'operator mono' font.