Spenser Black
Spenser Black
> So, I'd love your thoughts about this new feature and where the GitHub CLI might iterate on it to provide a better experience! 🙇 This is absolutely awesome! I...
Oops, looks like I spoke a bit too soon :sweat_smile: I just got a chance to switch over to a light-themed terminal, and enabled `accessible_colors`. When I ran `gh repo...
If I understand correctly, Markdoc boils down to Markdown plus an extended syntax like `{% this %}`? If so I imagine a lot of repositories that use Markdown with *other*...
> Something quick and dirty would suffice! It should be pretty easy to just output the stats as JSON (`tokei -o json`) and feed the output into JavaScript (or any...
> identifying features of the .snap files? To answer this question: I believe that the YAML front matter in Insta snapshots could be suitable for Linguist. I haven't seen similar...
> One would expect patch version not to have deprecation changes or the compatibility layer removed. To be fair, while it may be surprising, I don't think it's completely unexpected...
Unfortunately I can't seem to reproduce this locally. Both by running the dev server or by building and serving the production build. This could be caused by the deployment server's...
There are some "do whatever you want" licenses that you might want to apply. I think that The Unlicense is pretty popular for that.
What's the output for ```shell git tag --list TAG_NAME --format='%(contents)' ``` and is that the expected release notes?
Might want to check the behavior of `actions/checkout`, actually. I remember a while ago I was having issues with `actions/checkout` not including my tags in the checkout, and I ended...