Nick Stoler
Nick Stoler
## Person identifier One of the purposes of the directory is to be able to link people across the Hub. E.g. the "contacts" on a post can be a list...
## Groups pages Each person is able to list groups they're a part of, which will become a list of links to the pages to those groups. The flip side...
## All Contributors bot @tnabtaf pointed out [this project](https://allcontributors.org/en) which made a bot to automatically compile a list of contributors to a repo. By default it adds an HTML table...
How to connect identifiers with objects from other Collections? ---------------------------------------------------------------------------------- It's great that this project includes creating actual, structured objects for things like people, groups, and institutes. But a fundamental...
> Hi @NickSto , I'd like to work on the issue. May I ? Sure, you're more than welcome to. But I'd caution that this might not be the easiest...
Note: that `` was generated by the preprocessor (`html-img-to-md.mjs`). I should check if that is enough to cause this issue, because that would require quite a rethinking of that preprocessing...
Okay so this has proven to be a *very* messy bug. Generally, replacing HTML with Markdown seems to help. But in my experience it's got some Heisenbug-like behavior. I'll test...
Okay, one major suspect is the HTML in the Inserts used commonly across GCC2013 pages. After removing all the HTML I could from `content/events/gcc2013/bof/index.md`, it was still broken. But then...
After #1035, here is the current state of every GCC2013 page. Like I mentioned above, detecting the bug can be situational sometimes, so these might not all be correct. But...
## Update It looks like it's a combination of two factors: 1. The preprocessing step inserts the backslashes. 2. Gridsome incorrectly preserves the backslashes in the resulting HTML. ### Preprocessing...