Christian Henz
Results
2
issues of
Christian Henz
suds-jurko==0.6 (which this package depends on) does not install with setuptools >= 58.0.0. Since virtualenv installs the most recent setuptools by default, this de facto means that Salesforce-FuelSDK cannot be...
bug
With this ill-formed spec: ``` openapi: 3.1.0 info: version: "1" title: "Title" components: schemas: Component: type: object properties: name: string # error here ``` ... the output is empty/nondescript: ```...