learn-co / railway_ipc

Elixir IPC
MIT License
3 stars 1 forks source link

Fork owner looking to collaborate #13

Open djeusette opened 4 years ago

djeusette commented 4 years ago

Hi there,

I recently read the introduction blog post about this library and thought it would be interesting to use it in our apps. Therefore, I cloned it and tried to use it... Without much success. Indeed, the Ecto persistence prevented me to even run the tests. Anyway, I value your work a lot and decided to fork your repo to make the library work for my use case.

Unfortunately, I started back from an old commit (before the persistence implementation) and can't really create mergeable pull requests anymore. Looking back I realize a lot changed. That being said, I'd love to hear about your view on this project and what's your plan for the near future.

If you're curious about the changes I made, please check https://github.com/djeusette/railway_ipc. I'm looking forward to reading from you and collaborating.

octosteve commented 4 years ago

Hi David!

Thank you so much for your interest in the project. I took a look at the changes you made and they're really great. I'd love to integrate your work into the main branch. Can you create an issue for the features/bugs/enhancements you've made? I love the ex_rabbit integration.

Also, let me know if there's any way I can help you get the version with persistence up and running. Again, thank you for your interest. I look forward to collaborating.