Alex Yang

Results 510 comments of Alex Yang

Oh, I think I just miss `@stylex stylesheet;` on the top of css. Everything looks good now. thx

The reason is from some dependency's alias conficts. imaging in package `a`: ``` "b": "[email protected]" ``` when you install package `d` that: ``` "b": "1.0.0" ``` the error will occor....

Sorry I forget to update. I think the issue is pnpm lock file is broken somehow. It always try to install old overwrite packages which I already removed from package.json...

workaround for me: ```ts OpenAPI.interceptors.response.use(async (response) => { if (response.headers.get('Content-Type') === 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet') { // hot patch for downloading Excel files response.headers.set('Content-Type', 'application/octet-stream'); return response; } return response; }) ```

Fern support this now: https://buildwithfern.com/learn/sdks/capabilities/server-sent-events

There were some issues with output generation. try @0.1.3

I will put this issue on my roadmap next week