Andrew Mason

Results 72 comments of Andrew Mason

I believe this is bc it has Cryptography as a keyword.

Yes the dashboard is combining paid and fallback. Let me talk to @jdorfman about this. Thanks @JasonBarnabe

I have a few small questions but let’s plan to get this moving after bundles launch

@JasonBarnabe I will have @coderberry provide more info. If you’re curious, lines 241-301 of [this file](https://github.com/gitcoinco/code_fund_ads/blob/master/app/controllers/advertisements_controller.rb#L241) is where most of this logic is. Here’s a quick walkthrough of the lines...

We are pausing this until we can fully release the new bundle features bc we found out there is actually more that will need to go into this task then...

Is this something we still want to do @coderberry

@gingerlime 👋 Thanks for bringing this to our attention. I will see what we can do!

Seems like it wouldn't be too hard now that we have the HTML & XML Inspectors API 🤔

I had a look at the [recommended 11ty plugin for emoji](https://github.com/SeanMcP/eleventy-plugin-emoji#readme) and to my surprise, borderline delight, they aren't actually replacing every emoji with an image to `github.githubassets.com` or somewhere...

you could set browserlists in `package.json` to be `last 1 version` which may help but if you do I'd suggest adding their upgrade command to the `package.json` scripts. ``` npx...