msch avatar

msch

Total Packages

7

Total Downloads

22 771 637+

bypass

2.1.0
12 216 110+

Bypass provides a quick way to create a custom plug that can be put in place instead of an actual HTTP server to return prebaked responses to client requests. This is helpful when you want to create a mock HTTP server and test how your HTTP client handles different types of server responses.

Last Updated: about 5 years ago

ex2ms

1.7.0
9 514 594+

Translates Elixir functions to match specifications for use with `ets`.

Last Updated: about 2 years ago

zbase32

2.0.0
289 509+

Efficient implementation of z-base-32, Phil Zimmermann's human-oriented base-32 encoding.

Last Updated: about 7 years ago

lager_logger

1.0.5
243 204+

LagerLogger is a lager backend that forwards all log messages to Elixir's Logger.

Last Updated: about 6 years ago

sidejob

2.2.0
235 956+

sidejob is an Erlang library that implements a parallel, capacity-limited request pool. In sidejob, these pools are called resources. A resource is managed by multiple gen_server like processes which can be sent calls and casts using sidejob:call or sidejob:cast respectively.

Last Updated: about 1 year ago

cobertura_cover

0.9.0
175 298+

A plugin for `mix test --cover` that writes a `coverage.xml` file compatible with Jenkins' Cobertura plugin.

Last Updated: about 11 years ago

sidetask

1.1.2
96 966+

SideTask is an alternative to Elixir's Task.Supervisor that uses Basho's sidejob library for better parallelism and to support capacity limiting of Tasks. All calls that start a new task require a sidejob resource as argument and can return `{:error, :overload}`.

Last Updated: about 9 years ago