South of Brazil?
South of Brazil?
While it’s true that’s a progess bar is guessing (since it doesn’t know what would take more time in your computer). It should still finish when at 100%
we ended up not needing infinitely regrowable teeth
Even if they do have the same in-memory representation, you may want to assert types as different just by name.
AccountID: u64
TransactionID: u64
have the same in-memory representation, but are not interchangeable.
the vim-visual-multi plugin tries to do this. It takes some time to get the hang of it, but, even if using only the simplest features, it’s way better than not having the option.
Eu não sou seu parça, camarada
“src/utils/typing: added tests for isArray”
we have 90% coverage minimum
I don’t know how luxon works, but isWeekend could be a property instead of a function
Im pretty sure tsoding has some videos with it
yeah I just thought it was kinda funny
the house was stuck
I’ll take this as a complement mano
Yeah!
it’s basically a noop, I use it as a placeholder when I’m writing a script, since bash doesn’t accept code blocks with no commands
or :>>file
then you don’t need to interrupt
I would agree if OP was trying to get a job as a developer, however I don’t think they are.
It’s more like you used a beaker for something and shook it to mix water and salt, it’s not the recommended way, but it’s fine.
You can’t go wrong with Visual Studio Code (AKA VSCode). It’s easy to pick up on, there are some pretty neat extensions and it works for seveal languages.
However there are IDEs specific to some languages, like PyCharm for python. While they usually have some cool features, your child will probably not need to use them.
Good luck :)
julia and ruby are pretty common also
rebuild stuff
I’ve remade a temperature converter cli 3 times in rust. Just to understand enums, structs and the borrow checker. Then I made an http server, that acted as a library’s book borrowing system.
TCP is the way that you send information, HTTP is what it means.
The difference, in your case, is the port. You
can’tCAN have TCP and UDP on the same port, but you can’t have the same protocol on the same port.edit: I didn’t knew you could have different transfer protocols on the same port, ty!