David Dal Busco
David Dal Busco
> We will put the configurable session expiration as agenda item on our next planning round, and will give you an update shortly. @StefanBerger-DFINITY I'm not aware of any dapp...
> Would it be possible to calculate the public key/address locally in the frontend (or at least in the backend without a x-net call) based on the principal to speed...
> The following Vite config options will be overridden by SvelteKit: > - base `- base` is popping as well in my projects when I migrate from vitest v3 to...
Snapshots are relatively expensive and so far, no one really asked for increasing the number of available snapshots. One has a backup on upgrade is useful. Moreover soon it will...
I'll take care of it thanks.
This task is not part of Hacktoberfest. On one hand, it’s not beginner-friendly, on the other, it won’t be externalized due to its security and privacy-sensitive nature.
Thanks for the interest @Malay-dev. Following your question, I had a deeper look and noticed that it actually requires some backend work as well, so it turns into quite a...
Resolved. Will be shipped with next release.
Thanks for the idea! Exporting all the documents from a collection shoud not be a problem, basically: ``` const docs = await listDocs({ collection, satellite, }); const jsonText = JSON.stringify(docs,...
Linking #718 is kind of related given the gotcha.