Kyle Brooks
Kyle Brooks
**Is your feature request related to a problem? Please describe.** Consider a graphql schema with object types implementing an interface that looks like this: ``` interface Animal { name: String!...
**Is your feature request related to a problem? Please describe.** This library is a dependency of graphql-code-generator which is used to produce a generated schema file. https://github.com/dotansimha/graphql-code-generator/issues/6935 I opened an...
order.sign is either - or +, but is being treated as a boolean value in the order part of getSql. This makes it so all queries will have "ORDER BY...
## Bug description For a menu inside a scaled div, the `top` and `left` properties on MenuPortal styles are calculated based on the viewport instead of based on the "containing...
## Description I was trying to set up module federation in a project when I ran into this error due to `files` being empty. I figured I could just add...
### Describe the bug When building my mfe I ran into the following error ``` HookWebpackError: [ Module Federation Manifest Plugin ]: remoteEntry chunk should not have multiple files!, current...
**The problem** I work on a project that uses the `css` function from `@emotion/css` for almost all styles. We also use the `stylis-rtl-plugin` to transform styles to RTL ones. ```...
### Is your feature request related to a problem? I would like to be able to run a full set of tests with specific suites excluded; this will make it...