Peter Bengtsson

Results 124 issues of Peter Bengtsson

Here's what the `related_content` looks like: ```json { "title": ": The Dialog element", "mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/dialog" }, { "title": ": The Content Division element", "mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/div" }, { "title": ": The...

It's hard to link to a specific line in markdown files in GitHub: https://github.com/mdn/stumptown-content/blob/master/content/html/reference/elements/abbr/docs.md#accessibility-concerns You have to click to view Raw to see what I'm talking about: ``` {.brush: .html}...

At the moment, on a page like https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images there are 6 images. These are loaded from mdn.mozillademos.org and in Kuma we store (MySQL) the reference to these by URL. I...

How are we going to do the equivalent of https://github.com/mdn/stumptown-experiment/tree/master/content/html/elements/video in French? Also, apart from the `title` almost all of the stuff in https://github.com/mdn/stumptown-experiment/blob/master/content/html/elements/video/meta.yaml is "locale agnostic". We could get...

``` ▶ cat packaged/html/elements/address.json | jq .html.elements.address.examples [ { "description": { "width": 672, "height": 242, "content": "This example demonstrates the use of <address> to demarcate the\ncontact information for an article's...

yarn is still much better than npm. It's faster, has support for "resolutions", easier to upgrade packages, ability to check that packages weren't manually added (without using the cli), etc....

We've had at least two errors now where the prose sections are busted. https://github.com/mdn/stumptown-experiment/issues/32 and https://github.com/mdn/stumptown-experiment/issues/37 There's not really anything obviously wrong with the Markdown in those files. Maybe there...

Fixes #15 By the way, another better thing about using `yarn` is that when run `yarn run {somenamedscript}` and it fails, it the complete output will only be displayed once...

Pretty sure the reason is because of ``` ``` in https://raw.githubusercontent.com/mdn/stumptown-experiment/master/content/html/elements/abbr/prose.md I found this out the hard way when trying to render this with mdn2. I really hope we can...

Great looking project! Exciting. I tested it on the demo site and it's failing with errors in the console. ![Trying to search ](https://github.com/tinysearch/tinysearch/assets/26739/5917b6d2-dd4b-479c-87b5-38baed03ed15)