Steve Holden

Results 32 comments of Steve Holden

I'd agree that for readers without knowledge of web architecture this example is unapproachable. To address the issue of designing for testability, would it be helpful first to introduce the...

The important difference that often isn't given enough prominence (IMHO) is that hashes are designed to be extremely difficult to reverse (hence the need to resort to rainbow book attacks)...

Happy it's been helpful. The reports were anonymous, so I couldn't respond directly, and the O'Reilly Errata page appears to contain no functionality to action a reported error.

Would it be possible to continue to use a single swagger spec but integrate a tool that allows each endpoint or group of endpoints to be described separately and integrated...

`specsynthase` is good at merging specifications, detecting duplicated keys and the like and capable of validating the specifications it works with. I've personally gone for a rather lightweight approach, where...

You should look at [the documentation for the `@endpoint` decorator](https://pypi.org/project/api-client/#Endpoints) - I'm afraid the README doesn't appear to honour fragments, so you'll want to do a text search on that...

I could certainly produce an initial piece on "Get data from a modal screen into an application," having just taught myself how to do that dance. I've created a component...

No worries - this is just a data point about a PyPDF program I was testing before submitting a PR. Perfectly happy to continue using PyPDF2.

Hmm, sensible workaround. Seems like the bug classification is correct!

Unless you genuinely _need_ to act on behalf of your use when they aren't logged in you should not be using `offline=True`. When they _are_ logged in then a redirect...