- Oct 2024
-
devblogs.microsoft.com devblogs.microsoft.com
-
This is a bit awkward since TypeScript already defines its own thing called Iterator purely for type-checking. So due to this unfortunate name clash, TypeScript needs to introduce a separate type to describe these native/built-in iterable iterators.
-
- Mar 2022
-
developer.mozilla.org developer.mozilla.org
-
The HTMLLabelElement.htmlFor property reflects the value of the for content property.
-
- Dec 2021
-
inst-fs-iad-prod.inscloudgate.net inst-fs-iad-prod.inscloudgate.net
-
In the second pass, read the paper with greater care, butignore details such as proofs.
The objective is to get an overall grasp of the content, sufficient to allow you to summarize effectively with supporting evidence.
You should gain enough familiarity to determine where additional effort to understand the details is warranted.
You are also looking for evidence of quality (or lack thereof) that might color your impressions of the overall value.
-
- May 2021
-
github.com github.com
-
fetch: fetcher
Personally, I don't like how the local/custom/wrapper version of
fetch
is calledfetcher
. I feel like{prefix}_fetch
orfetch_{prefix}
would have been better.
-
- Nov 2020
-
css-tricks.com css-tricks.com
-
Using as * adds a module to the root namespace, so no prefix is required, but those members are still locally scoped to the current document.
distinction:
- root namespace (so no prefix is required), but
- locally scoped (to the current document)
-
- Oct 2020
-
docs.docker.com docs.docker.com
-
Using a user-defined network provides a scoped network in which only containers attached to that network are able to communicate.
-
-
-
Right, because those are the only 3 instances where new "scopes" are created, which means you're seeing data for (probably) the first time.
good point: means you're seeing data for (probably) the first time.
Tags
Annotators
URL
-
-
github.com github.com
-
There is zero relationship between sirv.com and this module or its author.
Tags
Annotators
URL
-
- Sep 2020
-
psyarxiv.com psyarxiv.com
-
Merrill, K. A., William, T., Joyce, K. M., Roos, L. E., & Protudjer, J. (2020). Potential psychosocial impact of COVID-19 on children: A scoping review of pandemics & epidemics [Preprint]. PsyArXiv. https://doi.org/10.31234/osf.io/ucdg9
-
-
github.com github.com
-
So that you can insert variables in your code without worrying if they clash with existing variable names.
Tags
Annotators
URL
-
-
stackoverflow.com stackoverflow.com
-
Why do I need a global variable? Is the global requirement from ES6 modules (I'd have thought modules would be in a functional scope) or rollup?
-
-
-
Yeah, I can see foo being different things in different places being undesirable.
Tags
Annotators
URL
-
-
github.com github.com
-
The @const indicates that the value is read-only (i.e. it cannot be assigned to or mutated in an expression such as an event handler), and communicates, through its similarity to const in JavaScript, that it only applies to the current scope (i.e. the current block or element).
-
- May 2020
-
bmcmedresmethodol.biomedcentral.com bmcmedresmethodol.biomedcentral.com
-
Munn, Z., Peters, M. D. J., Stern, C., Tufanaru, C., McArthur, A., & Aromataris, E. (2018). Systematic review or scoping review? Guidance for authors when choosing between a systematic or scoping review approach. BMC Medical Research Methodology, 18(1), 143. https://doi.org/10.1186/s12874-018-0611-x
-
-
docs.gitlab.com docs.gitlab.com
-
Some GitLab features can behave differently for each environment. For example, you can create a secret variable to be injected only into a production environment.
-