Max Stoiber

Results 289 comments of Max Stoiber

> Someone can set S3_REGION in environment variables, for example: > S3_REGION=eu-west-1 Ref: https://github.com/keystonejs/keystone/pull/262

Note: Did some more updates today too, make sure you refernence the newest version of the CONTRIBUTING.md/CORE_TEAM.md. https://github.com/styled-components/styled-components/pull/1366

We just released a processor to lint the CSS in styled components! 🎉 https://github.com/styled-components/stylelint-processor-styled-components Is there a way we can add support for this in `linter-stylelint`? It's in my `.stylelintrc`,...

It's looking at the SpaceX example instead of the docs deployment.

Related to #89; potentially data sources could also be the solution for stitching at least? 🤔 (probably not true federated subgraph support though) cc @JoviDeCroock

With existing GraphQL APIs as a migration path to Fuse.js. ![CleanShot 2023-12-14 at 16 39 46@2x](https://github.com/StellateHQ/fuse.js/assets/7525670/a9fbb112-1650-4a3b-8eb5-51f9e1351a1c) https://x.com/jamannnnnn/status/1735319901089267799?s=20

I wonder if we could connect this with #89; conceptually, you could see another GraphQL API (whether a full graph or a subgraph) as a data source for your data...

Another idea: we go with the Prisma client approach and generate into node_modules instead? Fuse folder: ``` . └── fuse/ ├── User.ts ├── Product.ts └── context.ts ``` Client imports: ```...

> Note that we don't generate any client.ts, ... for the standalone client but this is already a node_module EDIT: Opened a PR to discuss this and avoid derailing this...