enricopolanski
Explore posts from serversWhat are the main differences between a plugin and a module and when should they be used?
I understand from the documentation that modules are meant to execute asynchronous code at build time, rather than at runtime.
But looking at various modules and plugins in the ecosystem I kinda struggle to understand the reasoning in the choice of implementing functionality as a plugin or a module, as often the functionality still seems runtime oriented or they just inject/define plugins anyway
11 replies
Mmfad
•Created by enricopolanski on 8/29/2024 in #questions-and-advice
Good quality reliable brands in southern Europe (Italy)?
Hello, I am kind of tired of buying shit at places like Uniqlo, Primark, Zara, etc.
The stuff you buy there just doesn't last and looks/wears terrible after the second washing machine. It's clear that those are very low quality products.
But what are the brands I could look at that offer first and foremost great quality? I don't have much budget issues (albeit I'd like to avoid 200+ $ shirts at Loro Piana or stuff like that).
Recently I've bought some polos from Ralph Lauren because i remember the quality being stellar decades ago, they really fit well and lasted me a lot, but those new products, even though I spent a lot on them, just are not...
5 replies
CDCloudflare Developers
•Created by enricopolanski on 10/26/2023 in #general-help
How can I share my cloudflare account with other developers?
Hello I have created an account and website/service/etc for my startup.
So far so good, but since the account everything's on is my own and I have cofounders I need to give them access to my cloudflare instances.
How can I give them this access?
3 replies
CDCloudflare Developers
•Created by enricopolanski on 10/11/2023 in #workers-help
Hey I've got a question, does anyone have a package to handle stream respones or something?
I'm trying to stream back the streams from openai's chat but it doesn't seem to work. I don't want to go back to node and websockets for this.
1 replies
Is there a way to debug _which code_ is changing a `ref`?
Hello I have a
watch
er on a ref
, I noticed that when I change a value of it, after some delay it gets reset to the previous value.
I am so far struggling to understand what is changing this value. Any debugging tool I could use?7 replies