- Sep 2024
-
bugs.ruby-lang.org bugs.ruby-lang.org
-
In practice when people use ||, they do mean ?? (whatever its spelling). It just so happens that most of the time, it does what you want, because you happen to not be dealing with Booleans. But the semantics you mean to express is not about "truthness", but about "nilness". And occasionally you get bitten because false does exist, and behaves differently.
-
- Sep 2023
-
www.dpreview.com www.dpreview.com
-
- Mar 2023
-
www.reddit.com www.reddit.com
-
"Built in to" appears when you use the phrasal verb "build in" followed by an infinitive, but that is not what you are trying to do in your sentence.There's an electronic switch built in to stop all data transfers.
-
- Nov 2021
-
-
Which... is confusing because Palette technically does have an index signature Palette is a mapped type, and mapped types don't have index signatures. The fact that both use [ ] is a syntactic coincidence.
-
- Oct 2021
-
en.wiktionary.org en.wiktionary.org
-
great minds think alike (fools seldom differ)
-
- Mar 2021
-
en.wikipedia.org en.wikipedia.org
-
Polysemy is thus distinct from homonymy—or homophony—which is an accidental similarity between two words (such as bear the animal, and the verb to bear); while homonymy is often a mere linguistic coincidence, polysemy is not.
-
-
github.com github.com
-
Married to Ruby, literally.
Is his wife's name Ruby?
-
-
boardgamegeek.com boardgamegeek.com
-
Dawn - March 15 Dawn on Titan - March 15
-
- Nov 2020
-
timdeschryver.dev timdeschryver.dev
-
In this article, we saw that an RxJS Observable can act as a drop-in replacement to a Svelte store. This is probably a coincidence, but this makes it very pleasant to work with.
-
- Oct 2020
-
github.com github.com
-
There is zero relationship between sirv.com and this module or its author.
Tags
Annotators
URL
-
- Sep 2020
-
icla2020b.jonreeve.com icla2020b.jonreeve.com
-
bout two years before the time of which I am now writing, and about a year and a half before the time of his death, the Colonel came unexpectedly to my lady’s house in London. It was the night of Miss Rachel’s birthday, the twenty-first of June
Interesting that Mr. Franklin would also be coming in time to 'keep Rachel's birthday'.
-
- Aug 2020
-
english.stackexchange.com english.stackexchange.com
-
As a web designer, I hate that "log in" creates a visual space between the words. If you line up "Log In Register" - is that three links or two? This creates a Gestalt problem, meaning you have to really fiddle with spacing to get the word groupings right, without using pipe characters.
Sure, you can try to solve that problem by using a one-word alternative for any multi-word phrase, but that's not always possible: there isn't always a single word that can be used for every possible phrase you may have.
Adjusting the letter-spacing and margin between items in your list isn't that hard and would be better in the long run since it gives you a scalable, general solution.
"Log in" is the only correct way to spell the verb, and the only way to be consistent with 1000s of other phrasal verbs that are spelled with a space in them.
We don't need nor want an exception to the general rule just for "login" just because so many people have made that mistake.
-
In a sentence like Log in as "admin", you'd never write "*inas" as one word. Same thing with "in" and "to" when they just happen to end up next to each other in a sentence.
-