Average American moment
footfaults
Yes. Although what are they going to do? Sell it? It's an accounting trick
These are all a bunch of shell games that everyone is going to see right through and dump their Treasury bonds, or call them in. America will immediately go to shit.
Fine. Whatever.
Don't know what to tell you. Been doing it that way since 2011
The tyranny of the HOA. Your options for what to do with your property is very limited
Not exactly, because n commits will have been squashed into one, so making the edit would lose the reference to the originals which should have been squashed with other commits
See but you can break the commit back apart by doing a git rebase interactive, selecting that squashed commit as the commit to edit, then doing a git reset HEAD~1
then recommit it in pieces, then git rebase --continue
Then git rebase -i
a second time and then remove the commit that you don't want to be included
If you are continually rebasing and having to fix the same merge conflict over and over, you should look at https://git-scm.com/book/en/v2/Git-Tools-Rerere
You can also do a git rebase -i
and mark a commit as edit
and git will stop at that commit in the rebase to allow you to stop, look around, and make changes.. I think that is what you are looking for
It makes sense, it's the only way to create code and libraries that can be called from other languages and runtimes (FFI, JNI, etc). Plus they pull in v8
Gonna get my popcorn for this one.
I want to say that you've piqued my interest, but honestly I'm not sure I can set aside my bias. I deal with enough wrong code already as it is that my co-workers write, so I don't know if having yet another one giving me bad code suggestions adds much, but I appreciate you putting in the work showing everything.
.
I mean yeah you have to have all those languages to support iOS and Android but still.
Witchcraft