Kurt Peek
Kurt Peek
As a quick reply, the 405 error appears to be the result of fingerprinting of headless browsers by Funda. I managed to circumvent it by (1) changing my user agent...
One way to work around this (which is probably better pattern in general) is to embed the `Location` struct into the `Restaurant` and `Store` structs rather than vice versa: ```go...
It turns out that you have to import the mix-in like so: ```python from with_asserts.mixin import AssertHTMLMixin ``` This is not how the package is documented at https://django-with-asserts.readthedocs.io/en/latest/#usage, however: ...
I have a similar issue with the "Trace Details" column when viewing a trace. The names of the spans are truncated and the only way to read them is by...