-
**Two steps:**
1. Get all Deb's academic papers onto the site
2. Format in a particular way, details below
**Content Check**
We can reference here for all of his publications he'd like included …
-
Clarify the behavior of `Q₁ + Q₂` or `Q * n` (with _n_ a unitless number) when the unit of measurement of `Q`, `Q₁` or `Q₂` is "shifted". Example of shifted units are:
* Temperature in Celsius, with …
-
Hi,
We're working on component based emails and feel it would be extremely useful to be able to add styles to the head (for gmail) from within mj-body (the reverse of how mj-preview works?). Do you…
-
Hi Shu Kong:
I am reading the NYUv2 training script. I am wondering what does currMat.datamat.depth mean? Is it the dense depth value in the unit of mm? That is, the "depths" field of "nyu_depth_v2…
ghost updated
7 years ago
-
The 1.x view module's codebase is getting increasingly harder to reason about and properly optimize. Rather than trying to fight perf death by 1,000 papercuts, I've decided to test a clean-slate rewri…
-
An issue for tomorrow regarding the miniatures: I think it would be useful to mark up legends using special mark-up options, so that we could be able, for instance, search for all legends in the datab…
-
We currently only support some baked-in forms of type checking for type guards -- `typeof` and `instanceof`. In many cases, users will have their own functions that can provide run-time type informati…
-
**Note by @sybrew:** This topic went offtopic. Continue at #270
> As requested per our discussion in issue #138 where you wanted a simple request to be considered as a new feature.
>
> A quick r…
-
so it may be used to access base object methods, like:
LS: `@@init!` =====> JS: `this.__proto__.init();`
-
I know `this.context` is not officially there but quite a few libraries rely on it, and it seems like it's getting into shape with #2509.
I'm trying to understand how exactly `shouldComponentUpdate` …