90% of distros don't compile stuff? They just unzip and put on disk... Like windows
RustyNova
And in the porygon episode (sort of)
It's funny because you could say "eh pute, vien baiser" ("hey whore, let's fuck") and they wouldn't know it.
"projects" is doing some megaton lifting
The only bad thing about the new tracks is that roundabouts don't fit a chunk
2 wins, 1 loss
Saving the bees is nice, and it prevent meta to expand their ai for longer
But this means that it's one nuclear reactor less, and possibly dirtier energy is used
And in my mind "CE" is "Clear everything". I'm keeping OP's method
Yeah saw that but it feels weak for fulgura
Probably not enough solar for Fulgura, and I don't think that's enough fuel/oziders for all those trusters
My v3 model dumps into the cargo to make a buffer. I suggest adding some condition before you can go to check whoever there's enough ammo to go.
And add solar panels if you're going to Fulgura. I'm at least 50% panel....
You guys are automating ammo? That'll make more sense than shipping 500 a trip from nauvis...
I wouldn't mind having a explanation of what you want to do instead of the code. It's not quite clear what you mean.
Anyways, what you want is to transform an iterator (your Select) into an iterator of Option?
For that, there's multiple ways but here's the simplest:
link_nodes.map(|node| node.value().attr("href").to_string())
Essentially, for each elements, we execute a closure (arrow function in JavaScript) that transform the node into your href string.
P.S. can't guarantee it works, I don't know what this "Select" type is, and I'm programming on mobile