Benny Thompson

Results 4 issues of Benny Thompson

Might get a bit crazy/unmanageable with multiple layers of nesting, but it would be great for type-checking on things like LayoutParams, to have an implicit layout available.

Making some basic calls, I'm getting exceptions when I compile: ``` [error] ApiKey.scala:19: exception during macro expansion: java.lang.StackOverflowError [error] def create: (ApiKey) => Future[ApiKey] = withSchema { [error] ^ {...

bug
Macro

A fix for #19 to remove the default namespace assignment

Persistent volumes are not namespaced, but the logic of the module is that everything is and if a namespace is not provided, it will infer "default" as the namespace. Creating...