youroff

Total Owned Packages
6

Total Downloads
56 873

  • ecto_cursor0.1.5

    9 218 Downloads

    A fully automatic cursor pagination for Ecto. It relies on analysis of the expressions in order_by clause and requires no configuration.

  • flow_producers0.1.3

    8 315 Downloads

    Queue and Poller behaviours for Elixir Flow

  • grass_hopper0.1.1

    2 214 Downloads

    GrassHopper is a tiny abstraction over GenServer, that helps building dynamically scheduled recursive processes. It allows to efficiently jump along timestamps and perform user defined actions

  • monex0.1.17

    17 085 Downloads

    Monadic types collection. Option (Maybe) - some(val)/none(). Result - ok(val)/error(err).

  • state_machine0.1.9

    15 922 Downloads

    State Machine implementation in Elixir. It's a structure and optionally a gen_statem powered process. It validates states and transitions for integrity and features seamless Ecto-integration.

  • test_probe0.0.2

    4 119 Downloads

    TestProbe is a tiny wrapper around GenServer, that puts testing of actor interactions under control.