Alex Grover
Alex Grover
Hello - thanks for this buildpack, we are successfully using it in production! My issue: I'd like to have a dependency that's only installed in production, and not in development....
Currently, generated TypeScript files have header comments that disable tslint and eslint. They don't disable `prettier` formatting, which means that every time you run code generation, all the generated files...
My team is using `graphene-django` for our backend and we're interested in using a tool like Apollo Studio. In particular, field-level performance monitoring and client aware metrics/traces are useful and...
### Describe the Bug When formatting expressions, Prettier reorders closing tags before their contents. In addition, it also entirely removes later tags. Input ```astro --- export interface Props { title?:...
Closes #142. Exported interfaces, aligned naming and inheritance where applicable. I also noticed that the `height` prop on FallingLines was allowed but unused, so I updated the component to respect...
Hello, I'd like to be able to use the props defined in this package to write something like the following: ```tsx import { Oval, OvalProps } from 'react-loader-spinner' interface MyCustomLoaderProps...
This is a draft with some outstanding items remaining to get it ready for merge, but I'd like to get some feedback to make sure this approach works for you!...
Fixes #306
The SDK (and [OAS spec](https://github.com/neynarxyz/OAS/blob/main/src/v2/spec.yaml#L6473)) indicates that the `fetchUserFollowersV2` endpoint returns a `UsersResponse`, but it actually returns a response with the following shape: ``` { users: { object: "follow", user:...
### What version of Hono are you using? 4.6.5 ### What runtime/platform is your app running on? Bun ### What steps can reproduce the bug? run `bun src/client.ts` in this...