Dustin Deus
Dustin Deus
I'd expect that unused CSS is removed from the build. This is one big advantage of CSS Modules. Example: ### Input ```jsx import styles from './index.module.css'; export default function Button()...
## 🚀 Feature Proposal Fastify `Request` object is bound to the HTTP request lifecycle. As a developer, I would expect that fastify creates a new `Request` object for every new...
The current playground is very old and does not support the latest spec. See https://github.com/wundergraph/wundergraph/pull/43
Hi, it would be great to support managed federation. The difference between federation is that the gateway is no longer responsible to configure and fetch the service schemas at runtime....
As titled. In the example below you can see that unused styles are bundled- I'd expect that rollup is able to remove them in context of `CSS-Modules`. ```jsx var styles...
Hi, this library throws warnings when using Graphql 16. ``` ├─┬ @types/express-graphql │ └─┬ express-graphql │ └── ✕ unmet peer graphql@"^14.7.0 || ^15.3.0": found 16.3.0 └─┬ openapi-to-graphql ├── ✕ unmet...
I faced this error during the benchmark of GraphQL parsers in the wild. Query: https://github.com/StarpTech/graphql-parser-bench/blob/main/kitchen-sink.graphql Code: https://github.com/StarpTech/graphql-parser-bench/tree/main/go-graphql ``` 2021/08/15 11:19:12 Syntax Error GraphQL (57:49) Unexpected Name "null" 56: { 57:...
I faced this error during the benchmark of GraphQL parsers in the wild. Schema: https://github.com/StarpTech/graphql-parser-bench/blob/main/schema.graphql Code: https://github.com/StarpTech/graphql-parser-bench/tree/main/go-graphql ``` ❯ go run main.go 2021/08/14 19:58:09 Syntax Error GraphQL (12569:27) Unexpected Name...
Hi, as titled. I have very good experience with https://github.com/k6io/k6 where you can define thresholds for different metrics like request duration, latency etc... Those tests should run in the CI...
The difference between federation is that the gateway is no longer responsible to specify the service configurations. The entire composed graph is fetched by the gateway. This allows to dynamically...