Randy Lough
Randy Lough
### What happened? When running `go run github.com/99designs/gqlgen generate` the generated resolver functions imports the wrong package. if I use the [github.com/pkg/errors](https://github.com/pkg/errors) library in my resolvers and then later on...
I'd like to turn one of my keys in a profile into a modifier key of sorts. What I'd like to do is to turn the bottom right button into...
$as prop appears to break className merging inheritance **Simple example** ```jsx // base tw styled component export const Heading = tw.p` text-4xl font-bold text-gray-700 ` // extend the base Heading...
while building a UI library with this I've run into a number of scenarios where I've wanted to have the [attrs](https://styled-components.com/docs/basics#attaching-additional-props) functionality that styled has. My use case doesn't require...
**Is your feature request related to a problem? Please describe.** I'm looking to see if there's a tag available to skip a field if that field value is nil. My...
**Is your feature request related to a problem? Please describe.** Right now if you interpolate an embedded struct it will flatten it out, which for most cases is fine. But...
Is there a way I can delay `air` from looking for changes after a rebuild? I run code generation (graphql code generation) before each rebuild, and one of the generated...
Is there a reason codegen returns private structs over exported or interfaces? If these methods could return an interface and or in some instances a generic interface, like the one...
## Feature Request I'm looking for more functionality around compound variants. I would love a way to use a keyed value from a component as the key for a variant...