Kurt Peek

Results 4 comments of 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: ![image](https://user-images.githubusercontent.com/6617594/60736326-6df8f680-9f0b-11e9-9b50-e16baef0c33e.png)...

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...