Peter Bengtsson
Peter Bengtsson
Don't prioritize this work but don't put it all the way on the bottom of your todo list. The kind of amazing DX (or should I call it WX (Writer...
Don't kill yourself over it. If it could become: ``` { "type": "prose", "value": "", "source": { "url": "https://github.com/mdn/stumptown-content/blob/master/content/en-US/html/reference/elements/address/address.md" } } ``` Or, if `process.env.NODE_ENV === 'development'` this: ``` {...
``` ▶ npm --version 6.9.0 ``` by the way. I have no idea why we have [`npm`](https://github.com/mdn/stumptown-experiment/blob/6861b4f63e609e1204c31bce7d9c99fb998992a7/package.json#L21) as a dependency which seems just a strange chicken-and-egg thing.
Not sure if this matters: ``` ▶ node --version v11.12.0 ```
> [should we] try to make consistent across our projects? Yeah. Maybe. But not right now. It's more complicated there because of the breadth and legacy. mdn2 is all `yarn`...
> But yarn is an additional tool I have to install before I can start contributing. `yarn` is rapidly becoming more and more adopted. Most Node docker images on Dockerhub...
By the way, to me, a killer feature that we'd get right now is that with our current `package-lock.json`, every time I do `cd stumptown-experiment && npm install` it generates...
Also, > [should we] try to make consistent across our projects? I'm more than happy to take stabs at projects like `browser-compat-data` later. But I'd also like not to let...
Another reason why I prefer yarn is that you can poke at sub-dependencies without necessarily installing them. For example, one of your `dependencies` depends on (or depends on something that...
I can draft a draft ADR to be discussed in Whistler.