Adam Fletcher

Results 4 issues of Adam Fletcher

## Describe the Feature You Want I'd like to have a local resources that does something on the completion of the docker build phase. In my case, it would be...

enhancement

If I have a URL path such as: `/api/users/{username}` When I nest this with some child element, I get the the `lookup` value given to`NestedSimpleRouter` prepended: `routers.NestedSimpleRouter(router, api_path_users, lookup="username")` `/api/users/{username_username}/books/`...

If ZKSwizzle is used to swizzle `NSObject`'s `respondsToSelector:` infinite recursion occurs leading to a crash. This is because `destinationSelectorForSelector`: uses the `NSString` format specifier `%@` which calls an object's `description:`...

Sqlite doesn't care, but this fixes a missing comma.