Peter Bengtsson

Results 124 issues of Peter Bengtsson

The user story isn't crystal clear yet but something I think would be super engaging is to be able to refer to the source when you're reading something. Suppose you're...

We're currently using [`node_js: stable`](https://github.com/mdn/stumptown-content/blob/093a4671553db9f53b5611298feff143ed9fd303/.travis.yml#L2) which means, as of today, version `v12.10.0`. Should we stick to Node v10 to make sure we're not using features of Node that not everyone...

If you look at https://raw.githubusercontent.com/mdn/stumptown-content/master/content/html/reference/elements/input/input.md there's this: ```yaml examples: - examples/examples_overview - examples/Styling_input_elements - examples/Custom_error_messages ``` But one of those don't exist. There is `examples/examples_overview`. There's a [`examples/Examples_overview`](https://github.com/mdn/stumptown-content/tree/master/content/html/reference/elements/input/examples/Examples_overview) though. Easy...

The function [`itemFromDirectory`](https://github.com/mdn/stumptown-content/blob/2dca591240b5adf1aa99f0e99e2bdae1ac47fe82/scripts/build-json/build-link-lists.js#L37) is called, as of today, 21 times. For each directory. In total, that function gets called 1,630 times when it should be 1,630/21 times.

The packaged JSON looks like this for example: ``` { "type": "specifications", "value": [ { "url": "https://html.spec.whatwg.org/multipage/forms.html#the-form-element", "title": "WHATWG HTML Living Standard" } ] }, ``` And the renderer hardcodedly...

Spawned from [this thread/idea](https://github.com/mdn/stumptown-content/pull/178/files#r337023272). As of [soon](https://github.com/mdn/stumptown-content/pull/178), the heading words `Examples` and `Browser Compatibility` will be hardcoded deep in the `stumptown-content/scripts/build-json/*.js` which isn't a very good place for localizers to...

We should avoid ranges in package dependencies. E.g. https://github.com/mdn/stumptown-content/blob/ef32346db136d2e385f14c6c3bf2d24ac86255ac/package.json#L26-L44 What else is the point of the lock file?

I'm naive in my understanding of the progress on `scrape-mdn.js` but one thing I've understood is that when pulling down a page wants to find out what the BCD table...

Please be aware of this discussion: https://github.com/mozilla/kuma/issues/5717 I think stumptown-renderer would equally benefit from not having to render that massive list of names and URLs. This issue belongs both *and*...

E.g. https://travis-ci.org/mdn/stumptown-content/builds/572764499 (if the logs disappear, here's rougly what it says) ``` > [email protected] spell-md /home/travis/build/mdn/stumptown-content > mdspell -a -n -r -x --en-us 'content/**/!(*contributors).md' content/html/guides/Applying_color.md 27 | as the addition...