kliuksas
kliuksas
DDeno
Created by Boopie on 12/20/2024 in #help
_layouts are static / Server Side? How "any state set by middleware is available via props.state"
this is what i'm using: a single _layout in which this drawer compoent is rendered. some parts in the drawer are islands, so in my case it's more granular
6 replies
DDeno
Created by Boopie on 12/20/2024 in #help
_layouts are static / Server Side? How "any state set by middleware is available via props.state"
technically IMO it's fine to wrap the whole app in island (as in - it works), but it doesn't feel kosher indeed. i spent like 10secs looking at your code so i don't know what you're really aiming for, but maybe a single layout would work in your case? check how daisyui is doing a drawer: https://daisyui.com/components/drawer/
6 replies
DDeno
Created by BradMcA on 12/11/2024 in #help
Need a little help with deno deploy for a newbie
here's a doc on how to set it up, in case you'd go that route: https://docs.deno.com/deploy/manual/ci_github/#github-actions
5 replies
DDeno
Created by BradMcA on 12/11/2024 in #help
Need a little help with deno deploy for a newbie
hey, the error you encounter seems to come from here: https://github.com/denoland/deployctl/blob/873e36ef145b98c8762b777e2b1532e4096f4f94/src/utils/token_storage.ts#L37 i'm guessing that it's looking for credentials.json file defined in config here: https://github.com/denoland/deployctl/blob/873e36ef145b98c8762b777e2b1532e4096f4f94/src/utils/info.ts#L13 but i don't have experience with deployctl, i just set it up in github actions and it does the lifting for me. I just push to main branch and project gets deployed
5 replies
DDeno
Created by BradMcA on 12/11/2024 in #help
Need a little help with deno deploy for a newbie
hey, env vars can be set deno deploy dashboard, within the settings page on each project
5 replies
DDeno
Created by kliuksas on 11/25/2024 in #help
Restoring from backup on Deno Deploy
found 2 issues on deploy_feedback repo, with similar questions but lacking ideas for restore approaches: https://github.com/denoland/deploy_feedback/issues/651 https://github.com/denoland/deploy_feedback/issues/407 Anyone has any tips on how to approach the snapshot restore? or backups in general of Deno KV?
3 replies