Hmm I wonder how she’s going to vote 🤔
This lady is so racist that she landed on “Hatians ate my neighbor’s cat” when their indoor-outdoor cat went missing for a little while.
Hmm I wonder how she’s going to vote 🤔
This lady is so racist that she landed on “Hatians ate my neighbor’s cat” when their indoor-outdoor cat went missing for a little while.
New birther conspiracy just dropped
Yes, that’s what it looks like.
Edit: okay that’s weird, it now works, but I couldn’t comment for weeks on other threads.
I’m still getting a 401 when commenting ONLY from Boost; I’m able to do it from the website. I’ve done the following:
Nothing seems to work. Any tips?
No it would just feed their rhetoric on being right
Honestly you should shop around on LinkedIn
In the winter I’d remote start my car from the top floor and even I got to the bottom my car would be heated; their remote start uses server time.
Now if they charged me to use the remote start from my keys, that’d be a different story.
Same energy
trait HttpService {
async fn fetch(&self, url: Url) -> HtmlBody;
// ^^^^^^^^ desugars to:
// fn fetch(&self, url: Url) -> impl Future;
}
Man I’ve been waiting for this to be stabilized for a long time. So excited about it.
Those are some brave students, considering they should know what their hometown is like.
What do you mean you people
I don’t use rocket normally but it was great when I have used it. Rust and foundations seem to have a…storied relationship though, so I hope this plays out well.
Unfortunate
ITT People who vote third party and expect things to change
Honestly, easiest to learn is probably React. That + market share would make me learn that first. Newer frameworks tend to base what they do with ergonomics from React. Even my favorite (at the moment) frontend library, SolidJS, has all their tutorials with references to how you do things in React, and how similar signals work with Solid. Learning Vue, Svelte, all have the same issue; they compare themselves to React to show you how they do things with their library. And it makes sense, for better-or-worse.
Doesn’t matter what an internet rando thinks, there are more React jobs at the moment. I’ve only seen Angular used by large enterprises for internal BI apps, which are harder jobs to get.
For hosting check out something like github pages. There several other free ones as well, but pages looks like the easiest to set up. If you want something more robust, you could look into Netlify or Vercel, but that’s gonna require a little more know-how.