TheOneThatPlaysTooMuch
Explore posts from serversCORS problem with my deno web server
I wrote this tiny websocket server in deno:
I set the access-control header to allow for cross-origin access. Specifically my frontend. But when I invoke the server from my frontend like this:
The request fails because the cross-origin request was blocked as the 'Access control allow origin header is missing' even though it is not.
7 replies
KPCKevin Powell - Community
•Created by TheOneThatPlaysTooMuch on 11/2/2024 in #front-end
Astro bun not fun
When I do
bunx create-astro@latest my-app-using-bun
straight from the docs, with or without @latest, with bun installed properly as I can run bun --version,I get the same error: "script not found: create astro" something like that.1 replies
KPCKevin Powell - Community
•Created by TheOneThatPlaysTooMuch on 10/25/2024 in #front-end
Astro components
Is it possible to pass complex objects into astro components as props?
4 replies
KPCKevin Powell - Community
•Created by TheOneThatPlaysTooMuch on 10/19/2024 in #back-end
Backend
How do I make it? How do I connect it to my front-end? I'm new.
2 replies
KPCKevin Powell - Community
•Created by TheOneThatPlaysTooMuch on 10/19/2024 in #front-end
Css grid
How do I make elements in a display grid not fill up their cells completely? (And use intrinsic sizing instead)
3 replies