Jesse Stimpson
Jesse Stimpson
Admittedly, I didn't spend enough time ensuring I was on the latest release since I skipped ahead and read the code on master. Just now, I bootstrapped the master branch...
@kjnilsson In our application, we're using ra as a distributed process registry. Upon receiving a rejected event the process to-be-registered is stopped, and other routines in the application would restart...
That's a fair point. A retry on timeout is still the safest practice. This behavior isn't impacting our use of ra, so we are not blocked in any way. When...
Hello, I am going to close this issue. I see that there have been several changes in between 1.1.9 and 2.7.0 related to leadership transfer and the await_condition state. It...
I'm facing a related issue, and I'm not sure what is the right way to proceed. We use kerl to install Erlang on multi-user systems, and the recent change involving...
Hi, do you have an example project that is doing this that I can use as a reference?
Thanks for the feedback. I'll update here with the next iteration, hopefully by the weekend. For the record, I'm hoping we can get rebar_ex_doc plugin support for `groups_for_extras` to keep...
Updates: - Removed doc.config[.script] - Doc content now in the source tree - Adjusted formatting and linking to fit ExDoc spec. Unfortunately, review of these changes will be challenging since...
rebar3_ex_doc 0.2.31 added support for groups_for_extras, and I put the README urls back to rebar3.org. Next I will continue with restricting visibility of modules to only those expected as part...
@ferd @tsloughter This PR is ready for review. The latest is hosted at the same demo link. **Known issue:** `providers`, `provider`, and any other public API module from the `vendor`...