

you can setup a on-save script to force you to commit when the number of changes is greater than a certain number from the previous commit.
you can setup a on-save script to force you to commit when the number of changes is greater than a certain number from the previous commit.
it means you commit too infrequently. your commit messages should be able to describe what u just did within 10 words.
uh in any actual company you almost never push to origin master. so I think it’s a joke.
you can do it like you weight 6v6 then 3v3 then for the last weighing you weight the 2 out of 3.
or you weigh 4v4 to find out which grouping of 4 the light weight person is in, then do 2v2 and 1v1.
it’s top 5%…
I did look it up and there is only 1 case from 2000 that set the high bar at 125. it’s not really representative of the whole.
hear hear, if it has problem then I take it to apple store for service. I don’t wanna waste time fucking about on my laptop. I’ll do trouble shooting on desktop but I just want long battery life and apple silicone beat the fuck out of anything else.
or a great leap forward so to speak 😉
grid and responsiveness are not antithetical. I mean the concept of grid had been around for like a decade, see bootstrap.
you’re perfectly welcome to throw hand rolled html/css/js on an ftp server
for some stuff absolutely, styling frameworks like bootstrap and others kludged together the concept of grid based designs. css grid just makes it official and more flexible.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Equality
mdn goes into it more and it’s way more involved than I thought, looks like order of operand doesn’t matter. see the number to string section
2 equal signs will coerce the second operand into the type of first operand then do a comparison of it can. so 1 == “1” is true. this leads to strange bugs.
3 equal signs do not do implicit type conversion, cuts down on weird bugs. 1===“1” is false.
edit: it appears to be more complicated than that for double equals and the position of operands don’t matter. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Equality
bro we’re on css grid now
le front end not actual work amirite