jaycoolslm

Results 10 comments of jaycoolslm

Hi yes this is the exact issue I am having currently Need to use npm, not able to use yarn

This is happening to me always when using npm

Hi @aniketkumar7, I get this error when trying that how property Object literal may only specify known properties, and 'how' does not exist in type '{ axis: 0 | 1;...

Hey Im going to try work on an implementation of this and will create a PR for it

I need it as well lol

https://github.com/vercel/ai/pull/1559 Hey Vercel team please check out!

Yep, also facing this issue. For me it is caused when the top most row is empty. Then the column is not processed

Solution (ish) can be found here https://github.com/javascriptdata/danfojs/issues/643#issuecomment-2186873734 You need to create the json data yourself using XLSX then can create a new dataframe

I'm a bit confused here - am at a similar sticking point re my /api directory with my routes. Should I refactor to use only form actions? Or is it...

Yes - exactly that. So essentially all I need to do is rename '/api' e.g. to '/svelteApi' (so it doesn't cause the build error), and then pass in apiDir: '/svelteApi'?...