nandi
nandi
Explore posts from servers
MModular
Created by nandi on 9/22/2024 in #questions
permission denied using `magic run`
magic run server.mojo
Error launching 'server.mojo': Permission denied (os error 13)
magic run server.mojo
Error launching 'server.mojo': Permission denied (os error 13)
4 replies
DDeno
Created by nandi on 6/22/2024 in #help
Passing props to component from layout
I'm trying to pass some client side data from layout to route component, how do I pass this in? I tried props on <Component> but that was giving me errors
5 replies
DDeno
Created by nandi on 6/20/2024 in #help
Why does Deno Deploy give you two urls
e.g. static-77-kjygrg7q7rxe.deno.dev and static-77.deno.dev
3 replies
RRailway
Created by nandi on 2/27/2024 in #✋|help
Cross-site POST form submissions are forbidden [bug] same site
No description
16 replies
MModular
Created by nandi on 2/13/2024 in #questions
python decorators
Will decorators imported from python libraries work? If yes, can you provide an example?
2 replies
RRailway
Created by nandi on 8/23/2023 in #✋|help
volume permissions
My docker run script is trying to install as a user owned file into volume mount point but getting permission denied because root permissions. any ideas on how to solve this? I put a mkdir -p to mount point and chowned it in Dockerfile but I think that happens before volume mount
6 replies