Matt Layman

Results 55 comments of Matt Layman

I had looked into monkey patching `flask.url_for` with `flask_frozen.relative_url_for` but that concept didn't pan out because relative_url_for calls url_for. The extra indirection introduced by `flask_frozen.url_for` sounds like it would solve...

Thanks for the report, @timsampsoncujo! This is an interesting case that I'm not sure how to handle. I try my best to implement this library according to the [TAP spec](http://testanything.org/tap-version-13-specification.html)....

Yep, my policy was to make tappy compliant with the TAP spec and no more. TAP 14 just got merged (I was one of the contributors), so I haven't invested...

@orf please remember that maintainers are *fallible* human beings who *volunteer* their time to work on this project. You appear to be frustrated and the best I can do is...

I am overjoyed to keep this discussion technical. 😄 My last comment was to provide an update about what's going on with the maintainers so everyone has context of the...

My team generated a schema file that included all versions. By having multiple versions available, we can support clients as they are transitioning. Here's what our Swagger output looks like:...

Thanks for clarifying what you meant by safely. I wasn't thinking about header based versioning and I agree this would not be safe for that. Since we've got a workaround...

In my local testing, I'm not able to replicate this problem with any of the bulk task creation. I tried: * Bulk adding to the end * Bulk adding in...

@eseifert thank you for your contribution! I noticed that these lines don't have any test coverage. Would you be able to write a test for this? It would help prove...

I can't prove that this doesn't break Python 2 without some tests. The project is getting very light maintenance from me so I'm afraid I'll have to close this unless...