Ján Bočínec
Ján Bočínec
Please, is it safe/secure to pass sensitive session data to page like this? ``` /** @type {import('@sveltejs/kit').LayoutServerLoad} */ export function load({ locals, request }) { return { session: locals.session.data };...
I noticed strange naming when using Asana API https://raw.githubusercontent.com/Asana/openapi/master/defs/asana_oas.yaml , like "Response78", "Anonymous60", or "Body33". Is this because of the bad specs? Can I do something about it? ```csharp [Headers("Accept:...
Daytona version v0.46.1 https://github.com/johnnypea/devcontainer-php ```bash Opening the workspace in VS Code ... Setting up IDE customizations... FATA[0057] json: cannot unmarshal object into Go value of type []devcontainer.Configuration ``` VS Code...
Is something like this possible, please? ``` { layer4 { :80 { @site http host *.caddy.example.com route @site { subroute { @insecure http route @insecure { proxy {labels.3}.incus:80 } }...
My app redirects me to Kanidm login page where I login and then to `https://kanidm.example.com/ui/oauth2?...` ``` Access Denied If you believe this is an error, please quote the below Operation...
I tried to run Incus (6.16) in Ubuntu 24.04/22.04 as x86-64 (emulated) VM but I can't run any containers. I found similar issues solved for Docker and Podman. Errors from...