Peter Bengtsson
Peter Bengtsson
I'm most familiar with Therapist and honestly that plus the fact that I'm friends with its author is why I'm a Therapist fan-boy. Not necessarily because it's better. I do...
From stumptown-renderer's point of view, my gut tells me that the *ideal* solution would that stumptown-content packages a list like this: (e.g. `packaged/html/reference/elements/video.json`) ```json { "contributors": [ {"github": "florian"}, {"github":...
Note-to-self; I found some notes about how to get authors from a git repo. [Here are some ideas](https://blog.andrewray.me/a-better-git-blame/) And this is a good start: ``` ▶ git log -M --follow...
Yes to everything! If it doesn't feel like you have answers to all the open questions you pose, it certainly feels like I agree with what you're leaning towards. Also,...
Also, on macOS and Windows, I don't think it notices because I can do this: ``` > var fs=require('fs') undefined > fs.readFileSync('pAcKaGe.JsOn', 'utf-8').length 2147 ``` So these kinds of problems...
I'm a little bit weak on context but I think I can understand the scary implicitness of it working even if the front-matter doesn't have something that it's supposed to...
At the moment, technically the renderer has everything it needs. The `cli` knows the path of the file it picks up. But it's the .json file. So if the filepath...
Forking https://github.com/mdn/stumptown-content/pull/207#issuecomment-548508388 by @ddbeck Ideal would be something like this in the built .json files: ```json { "type": "prose", "source": { "file": "/Users/peterbe/dev/MOZILLA/MDN/stumptown-content/content/html/reference/elements/video/video.md", "line": 1234, "column": 23 }, "value": {...
The renderer would need to be upgraded to something because when doing local dev your use case might be to open that file of yours locally, but in a production...
Ping @ddbeck We just landed this: https://github.com/mdn/stumptown-renderer/pull/220 Now, if you've bothered to set up the `EDITOR` environment variable, the little debug information about which file you edited is now clickable...