Ben W.
Ben W.
Hello, I hope I'm not doing something silly to produce this weird behavior, but I noticed while exploring the HelloWorld example that the `[email protected]` node will never (re)start the `SayHello`...
Hello! Thanks for this lib, it's been very helpful in one of my projects as I learn Mnesia. This PR fixes a couple of spec discrepancies dialyzer highlighted, adds support...
Hi! I really like how `Memento` casts table results into the `Memento.Table` module's struct, though I've run into a couple situations where I need to sacrifice distinct struct fields to...
Hello, this PR adds `mnesia:select_reverse/1-4` and supporting functions in `mnesia_lib`, bringing the mnesia API closer to `ets`'s. Related issue: https://github.com/erlang/otp/issues/8993 Much of this is copy/paste of `select/1-6`, with the needed...