tombyrer
Explore posts from serversreturn early from Promise loop
Platform: Clouldflare Workers & KV
So I have a form where that I use to search in my KV storage & return matches. Seems the standard that Hono uses is a
Promise.all()
& .map
inside that. But after I got all the matches I want, it still loops the Promises/map. How do I stop the Promise/map loop, & return the matches?
(Might be more a general JS question, sorry. But is for my Hono/CF project. TIA)3 replies
KPCKevin Powell - Community
•Created by tombyrer on 5/17/2024 in #back-end
JavaScript host like Cloudflare Workers & Glitch had a baby?
I remember finding a JS hosting service, kinda like Glitch, but less FE & more BE/REST with generous free tier.
Can someone please help share their glitch alternatives?
2 replies
KPCKevin Powell - Community
•Created by tombyrer on 5/1/2024 in #front-end
CSS color fallbacks
I'm confused by what the 'final' color would be in this instance:
source
My understanding is the
lab()
will in over the display-p3
since it is last?
I think the p3 should be last, or behind a media query.
Any best practices?4 replies