Nicklas Ansman
Nicklas Ansman
@hunterstich Sorry for the long response time but I just got a chance to try this. The issue still persists with `1.3.0-rc01`. The outgoing fragment animates just fine but the...
I had the same issue and it was because I had included `https://` in the start of the server address. Just like the readme says it should be `..workers.dev/update?ip=%i&hostname=%h`
Not my point, my point is that `margin: XX XX` is not supported.
No, but if I do this: `margin-top: 10px; margin-left: 20px; margin-right: 20px; margin-bottom: 10px` premailer will combine this to `margin: 10px 20px` which doesn't work in hotmail.
Yes, exactly. I think that should be fine for all cases, right?
Yeah, I'll add a PR
I agree, string in exceptions, deprecations etc should be allowed to be of any length as it's very inconvenient to split them.
This would be nice, but for now you can just use `x-access-token` as the username and `GITHUB_TOKEN` as the password.
I can confirm that disabling the config cache does indeed fix this issue.
It feels like it's caused by us not backing up all required directories perhaps. Looking at [the official Gradle action for Github](https://github.com/gradle/gradle-build-action/blob/main/src/cache-extract-entries.ts#L350) it only seems to back up the config...