James
CDCloudflare Developers
•Created by Paul on 1/13/2025 in #workers-help
Is there any way to get argon2 working on cloudflare workers with typescript?
I'm not aware of any pure JS argon2 implementations, but you can use Rust for this, yeah. You could bundle it into your existing worker, or try something like https://github.com/ComicScrip/hash-wasm-edge - I've not tried this, but it looks promising.
2 replies
CDCloudflare Developers
•Created by theo on 1/9/2025 in #general-help
linking open source tools in discord
As a heads up, I'm not a Cloudflare employee nor part of the community team, but wanted to offer my perspective.
In somewhere like a Discord community server, there's an expectation around open communication, collaboration, and folks providing thoughtful and helpful answers to other people's questions. Sometimes, that can absolutely result in folks building solutions, or sharing already existing solutions they're aware of, or even built themselves, to solve someone's problem. This is awesome, and so great to see!
However, there's a fine line between collaboration and constructive discussion, and self-promotion. Even if it's for a free/open-source solution, things like bumping month-old threads when someone's problem has already been solved, can be seen as advertising. My general recommendation when engaging in communities across the internet would be to keep any self-promotional messages to less than 10% of your total - even if it's for something free/open-source - and generally (outside of channels specifically intended for promotion) only share something if it's timely and relevant to the current and ongoing conversation. :MeowHeartCloudflare:
3 replies
CDCloudflare Developers
•Created by EasyDev on 1/11/2025 in #workers-help
Cannot find module 'cloudflare:test' or its corresponding type declarations
Here's an example one of my projects where this is setup and working, if it helps: https://github.com/Cherry/ShareX-R2-Cloudflare-Workers/tree/main
6 replies
CDCloudflare Developers
•Created by EasyDev on 1/11/2025 in #workers-help
Cannot find module 'cloudflare:test' or its corresponding type declarations
Add the following to your root
tsconfig.json
:
6 replies
CDCloudflare Developers
•Created by EasyDev on 1/11/2025 in #workers-help
Cannot find module 'cloudflare:test' or its corresponding type declarations
What does your root tsconfig look like? Can you share a repo if possible?
6 replies
CDCloudflare Developers
•Created by Walshy on 1/11/2025 in #general-help
Hello world
goodbye world
2 replies
CDCloudflare Developers
•Created by nichoth on 1/10/2025 in #general-help
Can set a limit?
Yeah - Cloudflare are generally great at working with folks if you do get hit with an attack or something that inflates your bill, but I know that's not as good as actually being able to limit billing impact.
4 replies
CDCloudflare Developers
•Created by nichoth on 1/10/2025 in #general-help
Can set a limit?
Sadly there is no way to set hard billing caps with Cloudflare today. It's something a lot of folks have asked for for a long time, but no news or imminent changes that I'm aware of unfortunately.
4 replies
CDCloudflare Developers
•Created by segfault on 1/9/2025 in #workers-help
Wrangler error with --port option (port 9229 taken)
9229 is the default inspector port I believe. If you try changing that with
--inspector-port xxxx
, that might help?4 replies
CDCloudflare Developers
•Created by sharqwy on 1/6/2025 in #workers-help
Sentry integration in deadlock.
Duplicate of https://canary.discord.com/channels/595317990191398933/1325826340997562412, where you're getting assistance
2 replies