fogfish / esq

simple persistent queues for Erlang
Apache License 2.0
56 stars 10 forks source link

Can you make a new release and push the library to hex.pm as well ? #13

Closed silviucpp closed 6 years ago

silviucpp commented 6 years ago

Hello,

I'm using your project in one of my public projects: https://github.com/silviucpp/erlkaf More and more peoples are using hex.pm with rebar3 but in order to submit there all deps needs to support this.

Do you have any plans to submit your lib ?

Also can you tag a new release ?

Silviu

fogfish commented 6 years ago

This sounds as a good idea! I had an idea to publish it to hex. Unfortunately, I need to mitigate deps to one of my library feta. I'll try to find a work around... I'll let you know when this feature is complete. It should take me few days.

fogfish commented 6 years ago

A quick update here. I can eliminate dependencies to feta library and publish uid to hex. I would be ready be next week Tue.

silviucpp commented 6 years ago

Thanks for update,

Silviu

On Fri, 12 Oct 2018 at 19:03, fogfish notifications@github.com wrote:

A quick update here. I can eliminate dependencies to feta library and publish uid to hex. I would be ready be next week Tue.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/fogfish/esq/issues/13#issuecomment-429376504, or mute the thread https://github.com/notifications/unsubscribe-auth/AEl3i2i4sZHFsBd5L1bdE9el8gCi7bo-ks5ukL1qgaJpZM4XXYxB .

fogfish commented 6 years ago

PR #14 should deliver enablers for this feature request. I still need to run a few tests in order to ensure that library is stable before I'll merge it. After that I'll be able to publish this lib to hex.

Please feel free to test branch deps-via-hex with you application to ensure that it works.

fogfish commented 6 years ago

Now, it is available via hex. Feel free to raise any issues.

fogfish commented 6 years ago

Just out of curiosity... Have you used this feature in your app?

silviucpp commented 6 years ago

Hello,

Sorry not yet ! I'm using you library in multiple projects and I upgraded to lat release but via rebar3 and rebar only

Silviu