roben
roben
I am not sure what to do to debug this any further as nothing is shown at all within the app and no requests are received from the server.
Thanks. Do you know when it will be released to the public?
Sorry guys this is not the issue here. There should already be another one to make the sitemap configurable. I have a distinct watch sitemap (which you will need anyways)...
To clarify, code like this: ```java public Optional getParsedRule() { if (StringUtil.isNullOrEmpty(rule)) { return Optional.empty(); } else { try { return Optional.of(new RecurrenceRule(rule)); } catch (InvalidRecurrenceRuleException ex) { throw new...
I think checked Exceptions are an anti pattern but I know that there are also good arguments for the contrary and I understand your reasoning. Thanks for considering this for...
Hey Julien, thanks for the update. I have tried the new docker image but as in your case the background was still white. I confirmed having the "hide default white...
Ok, so back to this issue: As it turned out, it *does* work. And out of curiosity I added the following lines to the test script from https://github.com/chromedp/chromedp/issues/1179#issuecomment-1284794416: ```go WithMarginTop(0.5)....
Thanks, but could you not set WithDisplayHeaderFooter to false? I think it works anyways (just with white header and footer backgrounds, though)
Oh, I just read the source again. Yes, everything is fine as it is. I swear I read code that disabled headers and footers if omitBackground is set 🙈 But...
Awesome, thank you very much!