thislooksfun
thislooksfun
This is still a problem. I have a commit with a `BREAKING CHANGE` that I want to add a GitHub [`Co-Authored-By:`](https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors) trailer to. However, if I have the `Co-Authored-By` trailer...
@yonaskolb This is still an issue in the Xcode 13 beta. This one issue is completely blocking my ability to automate deployments with a freshly-built .xcodeproj since I am forced...
Ah, I was naïvely assuming that `requiredToBeDocumented` defaulted to including everything. As for the returns, is it possible to load a plugin without needing it to be its own npm...
Yeah I thought it might be a dupe of that, but it was so terse I couldn't fully tell. I know it's only semi-related, but I would consider the double-declaration...
I agree, this is a must-have for complex components. Code duplication is one of the largest sources of bugs, please don't make us do it.
Safari extension is fully working* over at [thislooksfun/browser-extension](https://github.com/thislooksfun/browser-extension)! > \* Still needs two things: > a) Signing ( @stevepeak ) > b) For Codecov to add a proper "Access-Control-Allow-Origin" header...
I third this, it would be a fantastic addition to this already great library.
That makes perfect (heh) sense. I didn't think of that since I'm planning on having custom error pages anyway. Maybe have an option (default: off) to send the missing file...
I can also confirm this with the message: ``` chore: use del-cli instead of rm -rf As @OmgImAlexis points out rm -rf doesn't work on Windows. This implements part of...
This is a **critical** security vulnerability. Like CVE-level critical. Arbitrary remote code execution means an attacker could do _anything_ on your server, potentially without you knowing. I won't share code...