Jon Schlinkert
Jon Schlinkert
Right, to also clarify, I think that although there is loading happening, it's how the `.renameKey` functions are being cached that is causing the issue. In other words, loading templates...
while we're on this topic, @mootari and @doowb how do you feel about us changing `app.views` and `collection.views` to be instances of `Map`? I'm doing some refactoring soon and this...
> Yes, please! Anything that cleans up the exposed interfaces is a welcome change in my book. :) agreed! > but we might need to sugar them a bit. Using...
there might be better ways to do those things, I'm just working on a PoC for the next version. feedback welcome and appreciated
> I think the methods like filter, map, reduce should return new instances of Hash instead of an object. I would just remove the methods then. IMHO the only time...
### ✅ Deploy Preview for *jamstack-site* ready! | Name | Link | |:-:|------------------------| |🔨 Latest commit | 92bd0a8c60c0c1ab5effe3d1cbc476acd28aa27c | |🔍 Latest deploy log | https://app.netlify.com/sites/jamstack-site/deploys/651db2a9a16f450008e18ded | |😎 Deploy Preview |...
Thanks for the candid feedback. It's a catch-22, unfortunately. If we didn't use the bot, two people would have been annoyed. edit: jk btw. I'm writing an answer to your...
> Also, function arguments are consistently wrapped in backticks. While jsdoc doesn't complain about them, they still need to be parsed out FWIW I've been working on a number of...
> I'm merely worried about the number of packages I might have to sift through and create definitions for. ^^ Ah! Indeed, the vast majority of those libraries are not...
Couldn't you just run `markdown-toc` if the markdown file(s) change? It would probably take the same amount of time to regenerate the toc as it would to reparse the file...