stemaDev

Results 7 comments of stemaDev

Any updates on this? It's been open for quite a while. Or any suggestions for a workaround, because I need to fetch from the server to know about a guard.

After the login I redirected to a guarded page, I wanted that to double check from the server, but instead I am setting a cookie on the server and checking...

Same problem here with 4.5.2. I installed qbittorrent to replace utorrent and brought all the .torrent files, many of them were checked and now seeding but some of them stopped...

with using "sharp" package, you can extract alpha channel and run trace only on that. ``` const imgBuffer = await sharp(imagePath).extractChannel("alpha").negate().png().toBuffer() potrace.trace(imgBuffer, {}, (_, svg) => { fs.writeFileSync('./output.svg', svg) })...

Same issue for us. We updated to svelte5, and there are these empty comments (I don't even think they align with where the components would be), but I don't see...

+1, I like the select:false suggestion, but maybe it should return every field on select:true and none by default. For inserts and updates you rarely need the object back (at...

as a workaround we could use createmany, right?