matijs
matijs
Undo changes to one (or more) file(s) in a commit instead of reverting the entire commit: ```shell git show commit-hash -- path/to/file.html | git apply --reverse ```
> Met same issue, but downgrading to 2.33.4 didn't help @ralexandr @andrewlague @stephenh How did you downgrade?
> Are there any updates on this? Dependabot has been broken for over a month now @dd-jonas Would you happen to have a link to a public repo where this...
@D3strukt0r thanks! This is very odd, it's been working flawlessly for me for many weeks now in quite a few different repositories. After a quick look, the main difference seems...
@senkenn (as a workaround,) have you tried adding a `"packageManager": "[email protected]"` field to your `package.json`? That is another difference between your repository and the repos where Dependabot seems to work...
It looks like `"packageManager"` is a (the?) reason Dependabot + pnpm 9 works for us. I have just done a quick test where I removed the field and forced a...
@RobinMalfait ah, will do, I had not found the time just yet. Your guess kind of helped in that indeed each option is a new instance (we use Combobox as...
Duplicate of #2179 ?
It looks like this is a little more involved and depends on `cname` being set. For Pages sites without a custom domain, https is always enforced.
> It looks like this is a little more involved and depends on `cname` being set. For Pages sites without a custom domain, https is always enforced. Updated the PR...