Nick Perry

Results 3 comments of Nick Perry

I don't know if you figured this out but you need to set multiple={false} ``` {#each files.accepted as item} {item.name} {item.size} {/each} ``` I also added some logic to my...

I am also having the same problem using sql server and SvelteKit. It seems to work fine when inserting the date into the database. When the date is retrieved on...

> so, any suggestions on it? how you guys works with Date now? I have two functions that I use to fix the date issue with prisma. I am using...