0 Followers
9 Following
10 Posts

@jaffathecake ahh, I get it, my problem was I blocked it FIRST, so that's why it looked like identical. I see how in yours 1 and 2 work and then 3 and 4 are both 400 because it gets blocked.

Ok so that's really cool, it fires them all off at once, and then IF they're ready, gives you the order. So at worst it's only promise.all, but you can get little speed boosts.

I typically just use allSettled (for the rejection reasons you talk about) so I don't use the loop much, but it's handy to know!

@jaffathecake
I may be wrong, but I don't think that's how "await for of" behaves in this situation. You're passing in an array of promises, it's going to wait for every one of them to resolve before running the actual loop. I think you're thinking of running new promises inside the loop, but that runs the risk of getting stuck behind a long chapter load. Right?
@5t3ph @Meyerweb @mrtrimble @cferdinandi @mia @argyleink @darth_mall @estelle @rachelandrew
This is so cool! Are you going to do this every year? I love the format
@teacherbuknoy oh! well still super cool!

@teacherbuknoy I'm playing around with it now, though I can't get the output.message to work. I have a simplifies replit, am I missing something? https://replit.com/@MostlyFocused/outputpractice#index.html

I can do output.value though

outputpractice

Run HTML, CSS, JS code live in your browser. Write and run code in 50+ languages online with Replit, a powerful IDE, compiler, & interpreter.

replit
@teacherbuknoy I've recently done a few vanilla projects and I definitely agree, it's nice to just quickly throw something together without hassle. Also, I'm embarrassed to say I've never seen an output tag before, so it just goes to show HTML 5 can do a lot more than we give it credit for
@mxrn haha I just found it! I'm reading the docs now, though this seems above my current level. But still, super compelling.
@ajlanes @aaribaud
Ah excellent, I'll have to check it out
@emilygorcenski There's a standard social network data protocol? Is that what mastodon uses? Sorry, I'm new to the fediverse, are there other apps Mastodon talks to?
@leaverou @espadrine I know! We're at that awkward stage now where it's not impossible to configure with something like AWS and an 8 step tutorial, but I can't wait for it to just be, "click here to get HTTPS cert."