Fred Drake

Results 37 comments of Fred Drake

I have a use for something like this. If the type of the repeatable parameter is an array of something that can be in a uriParameter, that seems _sufficient_, given...

A refinement: including `*` or `+` at the end of the uri parameter name in the resource entry should be required when the type is an array, and should match...

What's hard with any particular interface library depends on the library's API (whether client or server). What @stegmai is asking about isn't unreasonable, and may make the most sense for...

Right. Financial values have to be represented as strings in JSON, and converted to appropriate types by the application.

I see this happening when running build under tox. The underlying Python is a clean installation from sources, not a distro-provided bastardization. Requiring ``build[virtualenv]`` instead of ``build`` makes it work,...

The documentation should note that providing a query with a sort specified and preserve_order=False will clobber the existing sort. It might be a good idea to check whether query includes...

This is certainly valid OpenAPI.

I'm using path dependencies similar to some of the others who've followed up is this issue already, but am interesting in having those dependencies built and installed into the virtual...

> I don't want to derail this thread, I think my issue is more accurately described by #1692 This isn't really about using absolute paths, but whether path dependencies can...

While there would be some work to switch from eggs to wheels, or to support both, that doesn't seem particularly significant. We should be able to install wheels in much...