Bart Lens

Results 43 issues of Bart Lens

This doesn’t inline the corresponding GraphQL: ```ts export { default as typeDefs } from './typeDefs.graphql' ``` But this does: ```ts import _typeDefs from './typeDefs.graphql' export const typeDefs = _typeDefs ```...

Although `graphql` will often already be installed in projects using this module, this isn’t necessarily the case (e.g. when sending queries using `graphql-request`. If `graphql` is not installed, attempting to...

When installing, I see: ``` warning @playlyfe/gql > babel-runtime > [email protected]: core-js@ [email protected]: The 'apollo-codegen' command has been replaced with the more-powerful 'apollo' CLI. Switch to 'apollo' to ensure future...

Hello, First of all, thank you for providing the world with great and affordable icons! `@fortawesome/fontawesome-common-types`, `@fortawesome/fontawesome-svg-core`, `@fortawesome/free-brands-svg-icons` and `@fortawesome/free-solid-svg-icons` specify a `postinstall` script which displays some attribution in the...

js packages

I’m trying to incrementally adopt ReasonML in a large existing React code base. We use [`css-modules`](https://github.com/css-modules/css-modules) for all of our React components: the Sass styles are defined in a separate...

Hello! First and foremost, thanks for developing this tool — looks very promising. ## Proposal When documenting my TypeScript code, I generally try to avoid redundantly retyping variable names wherever...

Hello! I’m setting up an API and wanted to use `graphql-let` because it look like "just what the doctor ordered". However, I am both: * [unable to configure `.graphql-let.yml` without...

good first issue
Improvement

### Contact Details _No response_ ### What do you need? Hello, First of all, thank you maintaining this package. It’s great! `tsparticles` and `react-tsparticles` use a custom `install` script to...

triage

Thanks for making ESDoc, I really appreciate the work. The title says it all! https://github.com/tc39/proposal-optional-chaining

Hi, Yarn Plug ‘n’ Play comes with a new dependencies paradigm and is a bit more strict about what is allowed. The error I got is pretty self-explanatory: `Error: babel-plugin-react-intl...