Léonard Drouillas

Results 6 comments of Léonard Drouillas

Hi X1011. I recently came across your script and it suits me -almost- well. I like flexibility and think this enhancement is a good idea since I added my own...

Hi, that was not really an issue :smile: And there is no shenanigans a typescript plugin can do about this? Having the type from the query felt _so_ reachable! PS:...

Hey @Quramy, Seems like it will be soon doable: https://github.com/dotansimha/graphql-typed-ast (using an alpha TS version) How do you feel about it, is that functionality something you would like for this...

Hi, I'm also keen to have this feature. I've been patch-packaging this package for my own need until we have feedback from the author. ```diff diff --git a/node_modules/html-to-image/es/embed-webfonts.js b/node_modules/html-to-image/es/embed-webfonts.js index...

Hi, Workaround for this is to have always the same number of arguments, but typing unneeded one as optional `never`. ```ts interface a1 { (arg1: unknown, arg2?: never): 1; (arg1:...