Closed bobby closed 2 years ago
Bump @ifesdjeen @michaelklishin
@bobby I'm sorry to be honest I haven't seen the post. Woud you like to take over the library and/or become a maintainer?
Hi @ifesdjeen @michaelklishin
Hope you are both doing well.
If you are still looking for maintainers of the project, @BrunoBonacci and I would be happy to be added. It may be worth moving the library to clj-commons and we would still be happy to maintain it under them.
@brandonstubbs @BrunoBonacci I have added you both as administrators to this repo. You have to accept the invitation.
Thank you for stepping up!
@michaelklishin thank you!
@michaelklishin thank you very much
I've loved using Buffy, thanks for building it!
In the course of using Buffy and reading its source, I found a few minor issues:
:exclusions
http
in repository URLsFrameType
's implementation had some methods from theFrame
protocol within theBuffyType
protocol implementationwrapped-buffer
didn't function properly when given a byte array, and had some reflection warnings:refer :all
in requires made it difficult to read the source, since I couldn't tell where vars were coming fromThis pull request addresses all of the above.