Anthony
Anthony
Explore posts from servers
CDCloudflare Developers
Created by thomasgauvin on 10/23/2024 in #kv
Can you all DM me your Workers account
Do you recommend to migrate to something like durable objects in that time or will there be a solution that works with KV?
32 replies
CDCloudflare Developers
Created by thomasgauvin on 10/23/2024 in #kv
Can you all DM me your Workers account
Works great!
32 replies
CDCloudflare Developers
Created by thomasgauvin on 10/23/2024 in #kv
Can you all DM me your Workers account
I don't really have a way of measuring this. (But if you have a suggestion I could implement it). For me there's not just latency, but most writes don't ever actually update. Also just wondering, why are there no updates on the status page?
32 replies
CDCloudflare Developers
Created by Anthony on 10/10/2024 in #pages-help
Setting cookie on custom domain
Thanks for the repsonse! I actually solved the issue, I can't remember what solved it though, I think I just made a dumb mistake.
4 replies
CDCloudflare Developers
Created by Anthony on 10/23/2024 in #kv
I am using the binding API. I would also
Now that I think about it, I am not writing a new value but updating an old one in most cases Therefore value === null from the example above isn't really a good indicator of if the write didn't work
4 replies
CDCloudflare Developers
Created by Anthony on 10/23/2024 in #kv
I am using the binding API. I would also
No description
4 replies
CDCloudflare Developers
Created by Anthony on 8/2/2024 in #kv
How do you modify every KV entry without
yeah
5 replies
CDCloudflare Developers
Created by Anthony on 8/2/2024 in #kv
How do you modify every KV entry without
I actually used the binding for this. I am not using the REST API.
5 replies
DIAdiscord.js - Imagine an app
Created by Anthony on 2/17/2024 in #djs-questions
How can I loop through all guilds and log the name
I think I was just missing the guilds intent
8 replies
DIAdiscord.js - Imagine an app
Created by Anthony on 2/17/2024 in #djs-questions
How can I loop through all guilds and log the name
well this logs undefined
client.guilds.cache.forEach(guild => {
console.log(guild.name)
});
client.guilds.cache.forEach(guild => {
console.log(guild.name)
});
8 replies