Sia
Sia
Explore posts from servers
MModular
Created by Sia on 8/23/2024 in #questions
Energy usage benchmarks?
I've read a lot about Mojo performance benchmarks but not that much about energy consumption? Are there any good articles where one could derive roughly the savings on Energy?
32 replies
CDCloudflare Developers
Created by Sia on 3/13/2024 in #workers-help
Why isn't Cloudflare Pages / Hosting throwing 404s?
Hey, for example, one of my websites, I can go to any URL and in the browsers network tab it always throws a 200 instead of a 404. Here is an example: https://zarrasvand.com/This.Does.Not.Exist
7 replies
CDCloudflare Developers
Created by Sia on 3/12/2024 in #workers-help
URGNET: Github -> Cloudflare link broken? Commits to main do not lead to new deployments...
Hey, Since an hour ago, I cannot deploy as Cloudflare does not pick up on commits to main. This could be broken on the Github side as well, i.e. them not firing on the webhook, but either way, this came very untimely as my site is currently broken and the fix is unable to be deployed.
3 replies
CDCloudflare Developers
Created by Sia on 3/2/2024 in #workers-help
Python Worker with Pages - do I need separate repos?
Hey, I got a Pages project and I want to add a worker for it. It is a Python worker, can I have it in the same directory as my Pages project, in the "workers" folder? Also, can I use geopy and fastAPI with Python workers? What is the recommended web framework to use with Python Workers?
2 replies
CDCloudflare Developers
Created by Sia on 12/12/2023 in #workers-help
How to set KV environment variables in the dashboard?
I'm trying to use a Cloudflare Pages worker which I have stored in the functions folder of my Pages repository,. This particular worker needs to access an KV-namespace - and in this instance, I'd like to set it through the dasboard but when I set environment variables, it doesn't seem like my Workers is able to pick them up...
20 replies
CDCloudflare Developers
Created by Sia on 12/12/2023 in #workers-help
How do I define the KV_NAMESPACE?
I cannot get my KV_NAMESPACE to work in the worker. I'm following the. tutorial but keep getting errors such as ```TypeError: Cannot read properties of undefined (reading 'put')
17 replies