John T. Wodder II

Results 151 comments of John T. Wodder II

@yarikoptic It's not saying that a release isn't needed; the `auto version` command is simply erroring for an unknown reason. I don't believe trying to get debugging information with `-v`...

Based on that link, I was able to get the tests passing by adding `libopencv *=headless* # [linux]` to `test.requires`. Are there any plans to add any of this information...

I think what may have happened (and this is partially a guess) is that GitHub is now converting reStructuredText to HTML 5 rather than HTML 4. For whatever reason, Docutils'...

What about instead implementing this as a `Fill` widget parameterized by a `&str` symbol and optional style?

> > What is any_service() good for now? > > It can still be used to route to any service regardless of the HTTP method. So what happens if I...

Ah, I missed that the non-`any_service()` bit of the example was using `route_service()` instead of `route()`. So the main point of `any_service()` is to let you pass a service to...

Methods that mutate attributes are surely a common occurrence, and I feel that assuming that they don't exist for the purpose of detecting unreachable code is the wrong thing to...