Conner

Results 62 comments of Conner

Great question - I'm pretty sure I decided to stop the server by default because (as of now) there's no live reloading... With the changes that will be adding live...

I watched [this video](https://youtu.be/_cWN8pxBjTs) to see what it does just a btw to anyone. This might be worth PRing? Probably is but that video above shows alternatives so you don't...

Would love to see updates on this

> > ``` > > const response = await supabase > > .schema('storage') > > .from('objects') > > .select() > > ``` > > [#280 (comment)](https://github.com/supabase/postgrest-js/issues/280#issuecomment-1153479229) > > On second...

Awesome to see this official! https://supabase.com/blog/postgrest-aggregate-functions. But Typescript support still missing. So for example get the error `ParserError[]`. Would love to see fixed quick like #459 was.

Confirming this still is happening on Codespaces instances, `await file("./example.txt").text()` ``` error: EBADF path: "./example.txt" syscall: "open" ```

Yeah I have an email in A Text widget and the entire email gets cut out

Just ran into this. Would love to see a fix. The native `history.state` still has the right data event though `$page.state` does not.

This seems to resolve it https://github.com/sveltejs/kit/issues/11956#issuecomment-2016009655 Can this be merged

Fixed with https://github.com/fschutt/printpdf/pull/127