Peter deHaan
Peter deHaan
Not sure if this is because the login buttons for 123done.org and myfavoritebeer.org seem to images instead of HTML/CSS to generate the button.
Not sure if I'm trying to use Convict incorrectly. I was hoping to simplify our configs to use "1 week" instead of having to convert those to milliseconds in the...
I haven't tried recreating this locally, but it might be an async issue where you need to use `.addNunjucksAsyncShortcode()` instead of `.addNunjucksShortcode()` since the method is async? https://www.11ty.dev/docs/languages/nunjucks/#asynchronous-shortcodes
Seems unfortunate. - [200] `https://www.11ty.dev/authors/binyamingreen` (lowercase) - [200] `https://www.11ty.dev/authors/binyamingreen/` (lowercase trailing `/`) - [404] `https://www.11ty.dev/authors/binyaminGreen` (uppercase char) - > ```json > { "error": "No matching URL found for /authors/binyaminGreen in...
Yeah, I think I was thinking more about the sites themselves: ```js $$("div.sites-data-container > a[href^='http']").forEach(link => { console.log(`${link.textContent} => ${link.getAttribute("href")}`); }); /** OUTPUT 11ty.dev => https://www.11ty.dev/ Filament Group => https://www.filamentgroup.com/...
> I’d love the `authoredBy` array to be `twitterAuthoredBy` or something too. If you want to review https://github.com/11ty/11ty-website/pull/1125, I can update the schemas (and GitHub Issue template) and do one...
If you’re talking about *.11ty.js templates, the docs are at https://www.11ty.dev/docs/languages/javascript/ if you’re talking about .eleventy.js config files, that should be documented at https://www.11ty.dev/docs/config/
@rpl: I'm still able to reproduce it with the quoted glob using the latest **web-ext** (v2.9.1): ```sh > npm info web-ext version # 2.9.1 (latest published to npm) > $(npm...
> I can't remember which repo my original manifest.json is from Actually, I just remembered, and the repo is now public: https://github.com/mozilla/fb-online-targeting ### SET UP: ```sh $ git clone [email protected]:mozilla/ad-analysis-for-facebook.git...
💯 I just came here to report this. https://github.com/mozilla/blurts-server/search?l=JavaScript&q=lockwise&type=code shows a few places where we mention Lockwise in next steps or promos.