MichaIng
MichaIng
> To verify anchors, you'd have to parse the retrieved HTML and check they're there (but we already do it for link extraction using html5ever, a browser grade parser) HTMLs...
For reference the hint by @polarathene: https://github.com/lycheeverse/lychee/issues/21#issuecomment-859969005 Another case where the difficulties with target downloads etc do not apply, and probably this is what you had in mind anyway, is...
> completing a request in full (eg downloading a large resource) shouldn't be necessary and could be terminated early AFAIK? If you want to check whether an URL fragment is...
Also dynamic websites send an HTML document with element IDs, or do you mean scrolling via JavaScript? Usually JavaScript is just used to better control smooth scrolling, in addition to...
I can try to replicate that/if the warnings appear with current suggested config. I personally still use selective redirects as well, but only since I don't want to have everything...
Not sure whether I correctly understand: When you use the exact current example Nginx config, you still see both warnings? I will be able to try replicating next week, for...
> I only had to fix more significant issues after. Could you give more details which issues you needed to resolve? If the new config causes other warnings/issues, then it...
Same issue here, found on Debian: https://github.com/MichaIng/DietPi/issues/3022 I'll check and compare the logs to verify that it is the same underlying issue, however symptoms and workaround (RDP over VNC) match.
Many thanks for sharing this, I'll test it on Debian where this was broken since at least Stretch, I think even Jessie already.
I have no idea what changed, there was no xrdp or xorgxrdp package upgrade recently, but suddenly on Debian Stretch (with backports packages), Buster and Bullseye keyboard and mouse input...