Smooth Operator

Results 138 comments of Smooth Operator

The `structured_objects` decorator should destructure recursively and obey the `members=` setting at every level, though it doesn't look like the schema you present above specifies the "MemberList" syntax. Are you...

```python class ListOrdersResult(ResponseElement): Orders = Element(Order=ElementList(Order)) ``` > ... `Orders` is a single element with an `Order` attribute, which is a List of `Order`. If you think about the way...

For those following behind me... Despite fixing the specification bug, I still cannot setup sessions with header or data digest CRC. The following output is from the Synology's log: ```console...

Nope, switched to Linux.

Support for OpenAPI 3 is planned; it just wasn’t what I needed at the time. You could copy the OpenAPI 2 schema and create a PR for the new schema...

It's been a long time since I wrote this stuff but it makes the most sense, to me, to separate into `schema2` and `schema3` since otherwise, the central logic will...

So, yeah, it works if you're not a nimpleton who's trying to write tests using a unittest framework that might move methods out of toplevel because, what the fuck, why...

This is simpler than it may sound; there are only a couple fields of `ConfigRef` that we care about. We can change to the directory holding the compiler and load...

If you can provide a complete example, I don't mind taking a look. Have you tried running it in a debugger to see what's happening? I don't have mainline nim...