-
Notifications
You must be signed in to change notification settings - Fork 13
Description
First off, thank you for buffy, it seems like exactly what I need.
I'm having some trouble running the compose / decompose on the dynamic-type as it's described in the README.
I receive this error message:
CompilerException java.lang.IllegalArgumentException: No implementation of method: :decompose of protocol: #'clojurewerkz.buffy.core/Composable found for class: io.netty.buffer.UnpooledUnsafeDirectByteBuf, compiling:(buffy_test/core.clj:1:25)
For this minimal example extracted from the readme:
https://github.com/lbradstreet/buffy-test/blob/master/src/buffy_test/core.clj
The only thing I could think I could possibly be doing wrong is using the wrong namespaces on the functions.
If you could just point me in the right directly I'll happily to solve things myself and provide a PR for the README (if required).
Thanks again,
Lucas