Peter deHaan

Results 133 issues of Peter deHaan

Add "eleventy-plugin" to `keywords`.

I kinda wish we had a method to bypass CI tasks for a PR/commit. In the case of new logos we don't really need to run the full CI suite...

Re: docs/CODEOWNERS file, > Unknown owner on line 5: make sure the team @mozilla/svcops exists and has write access to the repository db/migrations/* @mozilla/svcops

Finally ran the missing logos script from my new laptop: ```sh npx pdehaan/blurts-missing-logos API: https://fx-breach-alerts.herokuapp.com/hibp/breaches CDN: https://fx-breach-alerts.herokuapp.com [ { "logo": "https://fx-breach-alerts.herokuapp.com/img/logos/ABFRL.png", "details": "https://fx-breach-alerts.herokuapp.com/breach-details/ABFRL", "status": 404 }, { "logo": "https://fx-breach-alerts.herokuapp.com/img/logos/CyberServe.png", "details":...

I was working on an HTMLLint linter for remote HTML pages and found a few issues w/ Monitor. All 3 violations on the homepage seem to be around the VPN...

| LOGO | DETAILS | ADDED |:----|:----|:---- | CyberServe.png | https://monitor.firefox.com/breach-details/CyberServe | November 4, 2021 | Doxbin.png | https://monitor.firefox.com/breach-details/Doxbin | January 8, 2022 Both look like Sensitive breaches, hence no...

needs-logo

Currently we have a bunch of different image dimensions in ./public/img/logos/*.png. Not sure if it is worth it to try and keep everything at a consistent 150×150. I wrote this...

Random idea... We already have some misc scripts that check for breach logo dimensions and file sizes. Wondering if it's worth the effort to do some git hook or use...

_Originally posted by @pdehaan in https://github.com/mozilla/blurts-server/issues/2219#issuecomment-884536440_ Sorry, I should wrap this stupidity in some npx pdehaan/blurts-* style script to make it easier to share, but here's all logos, sorted by...

In certain cases, there might be a high-visibility breach that we want to feature on the homepage and not risk having a smaller breach replace it randomly if a new...

enhancement