Samuel Hoffstaetter

Results 5 issues of Samuel Hoffstaetter

Previously, apispec.ext.marshmallow accepted both undefined and `null` values for optional fields. This is different from the convention followed by Typescript, which uses only undefined values in preference over `null`. See:...

The `identifier()` function previously returned the serial number separated with an underscore "_", whereas `BrotherQLBackendPyUSB.__init__()` expects the device_specifier to separate the serial number with a forward slash "/". This was...

**Is your feature request related to a problem? Please describe.** Our employees sometimes run unintended database updates in Beekeeper by accident. That's because people often have multiple queries in the...

enhancement
accepted :+1:

Passing the enum through to the super-class allows it to be used for APISpec/OpenAPI schema definitions, an important use-case for marshmallow. Given that it's the first parameter of the function,...

The identifier() function previously returned the serial number separated with an underscore "_", whereas BrotherQLBackendPyUSB.__init__() expects the device_specifier to separate the serial number with a forward slash "/". This was...