Markus Unterwaditzer

Results 849 comments of Markus Unterwaditzer

This is labelled as `design-feedback` because it already goes into the nitty-gritty of which code unit does what, but from what i can tell what is actually proposed here is...

prior art: https://github.com/wjdp/htmltest

I checked OP again, what you currently cannot do is hook into before/after link traversal for linting, or define your own link extraction logic. `--dump` is insufficient there. eg you...

hey @aj-stein-nist, if there are features missing from hyperlink that you'd like to see feel free to open feature requests in its repo. Although the scope of hyperlink is pretty...

I found that [muffet](https://github.com/raviqqe/muffet) and [linkcheck](https://github.com/filiph/linkcheck) serve the recursive usecase the best right now, and particularly muffet is very fast at this. What neither does is to opportunistically check /sitemap.xml...

~@emilien-puget in the broken transaction there's an associated error event that makes it seem as if JSON parsing failed in your app code as well. so i am not sure...

oh disregard previous comment, i misread that you already tested with a patched SDK. is that a test application and can you be sure that the request is actually the...

Thank you, i will create a ticket for this so we (server team) can start looking into this case, but no ETA.

hi, sorry. we _are_ tracking this server-side in JIRA. consider this issue assigned to ingest team. you can also transfer it to relay if you want.

I think still allowing it as long as the exception is unconditionally reraised makes sense. I didn't think about how complicated that would be to implement yet