Zach Kirsch
Zach Kirsch
**Is your feature request related to a problem? Please describe.** ts-morph is currently transpiled to CommonJS, so it can't be treeshaked by webpack (https://webpack.js.org/guides/tree-shaking/). **Describe the solution you'd like** It'd...
# Bug Report ### 🔎 Search Terms narrowing inside function ### 🕗 Version & Regression Information - This is the behavior in every version I tried, and I reviewed the...
### Self-service - [X] I'd be willing to implement a fix ### Describe the bug When using yarn pnp, Cmd+Click doesn't work in VSCode for imported scss files from external...
This PR adds a `codeMirrorInstance` prop to the editor, as inspired by the [same prop](https://github.com/JedWatson/react-codemirror#properties) in react-codemirror. I'm trying to migrate my company from react-codemirror to react-codemirror2, but without this...
Currently, when the Slider is disabled, `onSlidingStart()` is called when the user touches the Slider, but `onSlidingComplete()` is never called. This behavior is a bit inconsistent. With this PR, when...
Trying to follow https://github.com/zachkirsch/fern-platform/blob/main/CONTRIBUTING.md but can't get it running. I get stuck at the `vercel pull` step: ``` zachkirsch@Zachs-MacBook-Pro fern-platform % vercel pull Vercel CLI 37.5.4 > No existing credentials...
I'd only expect one of these to be here, not both Relevant Openapi: ```yaml Gender: type: string enum: - MALE - FEMALE ```
Could see not showing `Optional` for optional properties, like stripe:
If my openapi spec has an `example` under a schema (type), it would be great it if would show up in the API reference (on the left side, where the...