John M. Wargo
John M. Wargo
My plugin generates a file you can update with category descriptions then display them on a page. Descriptions are maintained between generations. You can't do that with collections. It also...
@Snapstromegon you're missing the point. I didn't suggest this feature in an effort to get someone to suggest another approach to me. I identified a very specific scenario that is...
@Snapstromegon thank you, that actually addressed my specific request. That was excellent feedback and a great analysis and arguments. That's what I expected in your first response. My apologies for...
Is there an update on this? I'm experiencing this right now. I have an array called tags, and when I try to call ``` const posts = collectionApi.getFilteredByTags(...tags).sort(byDate); ``` It...
@samuelpath here's a repo you can use: https://github.com/johnwargo/eleventy-plugin-post-stats/tree/multiple-tags What's weird about this is that if I pass an array with only one value, it works. As soon as the array...
I'm facing the same issue. Can someone please help here?
So this is months old, why hasn't someone from M5Stack at least commented on this? Merge it?
A quick Google search gave me this: https://stackoverflow.com/questions/37042152/python-3-5-1-urllib-has-no-attribute-request My code is pretty old, perhaps things changed a bit in the library since I wrote it.
@thorpup did that help you? Please respond at least to let me know I can close the issue.
I assume that you're running Python 2 for this project, because that's the default for Raspbian. You're running Python 3 and I did a quick google search on the error...