Tim Kendall

Results 42 comments of Tim Kendall

Cool - yeah I think a `DirectoryUploader` class would be the way to start. I already have an implementation in one of my projects that I can move here 👍

I really like this project but yeah looks like it's no longer maintained here. Another option is [react-native-router-flux](https://github.com/aksonov/react-native-router-flux). I ended up using this because I was also getting naming collisions...

Sweet, thanks! I'm interested in SDL parsing with ReasonML as I am working on a project that generates full GraphQL API's from directive-decorated (using Apollo's [Federation Spec](https://www.apollographql.com/docs/apollo-server/federation/federation-spec/)) type definitions (like...

Ha I was going to message you. I think this PR is big enough on its own and was planning on submitting follow up PRs to address the checklist. I'll...

https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c

https://github.com/standard-things/esm

https://github.com/privatenumber/pkgroll

[TypeScript 4.7 officially supports targeting ES Modules via the "Node16" target.](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7)

[TypeScript 4.7 add's support for constraints on `infer`'d types](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#extends-constraints-on-infer-type-variables) which may make this cleaner to implement.

A newer code-first schema builder: https://github.com/hayes/giraphql