Jade Devin Cabatlao

Results 7 comments of Jade Devin Cabatlao

I'm wondering why https://github.com/wintercg/proposal-sockets-api?tab=readme-ov-file is not included here? > If there were at least two implementations among those -- either already supported or in progress -- then it was added...

Same problem here. Install the latest version from here. Worked for me. ftp://ftp.gnu.org/pub/gnu/libtool/ libtool: Version mismatch error. This is libtool 2.4.6, but the libtool: definition of this LT_INIT comes from...

Created a pull request for this https://github.com/commonbaseapp/zodex/pull/23

I found that simply replacing the following lines https://github.com/TanStack/router/blob/bf52d5af9c80a99e1141c30ebb67999ecd4b24de/packages/start/src/client/createServerFn.ts#L85-L92 with ```ts return Object.assign( async (payload, opts) => { return compiledFn(payload, opts); }, ``` Solves my issue and doesn't cause issues...