Matt Cowley

Results 665 comments of Matt Cowley

`---` is the standard delimiter used to split documents in YAML, that is why it is the default delimiter here. I do not think it would make sense to change...

Indeed, but that's why I chose to use `---` as the default though, given we're already working in a context where yaml is being used. Any change to the default...

Ooh yah, project-level configuration would probably be useful for this and some other things (e.g. the tweet/media directory location/names etc.) -- I wonder if that should be a file, or...

Hmm, I'm not sure there's going to be a good way to do that, while still avoiding what Kian flagged, unless we're going to allow some non-alphanumeric chars but not...

Please see https://github.com/cdnjs/cdnjs/issues/14263 -- tl;dr no, the automation isn't working

🤔 I don't see how this is directly related to the JS ecosystem/community. Every website is built using JavaScript, that doesn't mean they're all something JS developers are specifically going...

And quite honestly, https://github.com/SuperPsychoSilver/internet-archive-redux/tree/4db08bbff43b408b498b62f668919a93329ff8fb, a single index.html file with very little content, and nothing else, doesn't strike me as suitable content to accept even if this were related.

👀 Thank you for working on this! I think I agree with a lot of the feedback that copilot is giving. Instead of having it be a heading with an...

That looks great -- I think with a shadow on that, and the tooltip, it should be just fine.

One other thought, I wonder if it'd be worth splitting `AmbassadorCard.tsx` into `ambassador/card-front.tsx` + `ambassador/card-back.tsx` + `ambassador/card.tsx` (and `AmbassadorButton.tsx` could also move to `ambassador/button.tsx`)?