11 Matching Annotations
- Mar 2021
-
en.wikipedia.org en.wikipedia.org
-
often in error
Tags
Annotators
URL
-
- Nov 2020
-
uxmovement.com uxmovement.com
-
You have 2 free member-only stories left this month.
-
-
webpack.js.org webpack.js.orgConcepts1
-
By default the current directory is used, but it's recommended to pass a value in your configuration. This makes your configuration independent from CWD (current working directory).
-
- Oct 2020
-
stackoverflow.com stackoverflow.com
-
It looks like you accidentally passed resolve() (immediately invoking the function) directly to setTimeout rather than passing a function to invoke it. So it was being resolved immediately instead of after a 1000 ms delay as intended.
I guess this is the "immediately invoked function" problem.
Not to be confused with: immediately invoked function expression. (Since it is a regular named function and not a function expression.)
-
-
www.python.org www.python.org
-
When the conditional part of an if-statement is long enough to require that it be written across multiple lines, it's worth noting that the combination of a two character keyword (i.e. if), plus a single space, plus an opening parenthesis creates a natural 4-space indent for the subsequent lines of the multiline conditional. This can produce a visual conflict with the indented suite of code nested inside the if-statement, which would also naturally be indented to 4 spaces.
Tags
Annotators
URL
-
-
-
if you were to create your own programming language you would probably make it Turing complete by accident.
-
- Sep 2020
-
www.changelogs.md www.changelogs.md
-
Move svelte into dependencies, as it was accidentally stuck in peerDependencies
"accidentally stuck in": well, not really accidentally; it's in the change log so I assume it was intentional
-
- Apr 2020
-
www.cnbc.com www.cnbc.com
- Jan 2020
-
web.archive.org web.archive.org
-
I like making existing tech better and removing accidental complexity.
-
- Sep 2019
-
medium.com medium.com
-
darklang.com
-
-
darklang.com darklang.comDark1