Ben Steadman

Results 49 comments of Ben Steadman

Ah yes that's helpful - that actually shows the set of `type`s that are valid so a more precise annotation could be a `Union` of those types. I'd argue that...

@SVilgelm that output is not supported by this GitHub action (LCOV only) and requires using the `coveralls` python library instead which, as @Rotendahl pointed out, doesn't work on forked PRs.

I am experiencing this same issue on the latest version of the app. Sharing from other browsers (Safari, Chrome) works as expected but Firefox does not - the same "milky...

Seems to happen on any link, but here’s a specific example https://blog.acolyer.org/2017/03/08/redundancy-does-not-imply-fault-tolerance-analysis-of-distributed-storage-reactions-to-single-errors-and-corruptions/

`AllowedIPs` is being overwritten on container start to `AllowedIPs = 0.0.0.0/0` so changing that setting has no effect 🤔

@KosherBacon sorry for the slow reply! Thank you for the suggestion, but I'm using Mullvad not PIA so already had `AllowedIPs=0.0.0.0/1, 128.0.0.0/1` and `VPN_PROV=custom`. It's interesting that yours isn't getting...

I know this is an old issue but I think supporting this could be beneficial. I see no reason why the request couldn't be made available to the heuristic. I'm...

Thanks for replying @ionrock ! Essentially I'm thinking of passing in the `request` in addition to the `response` to the `apply` method of the heuristic: ```python class BaseHeuristic(object): def warning(self,...

@masojus Yes that's a good point, currently we would need to add the kwarg to all of those methods individually. I'll have a think as well 🤔 Would you want...

Hi @sptremblay , I am all for OpenApi 3.0! However currently the project is having some difficulties regarding ownership 😕 Please take a look at the discussion here https://github.com/noirbizarre/flask-restplus/issues/743#issuecomment-557906090 ....