hex logo Hex
Packages Pricing Docs
Log In
Packages Pricing Docs Log In
ream88 avatar

Mario Uher

ream88

Total Packages

7

Total Downloads

12 494 830+

uher.mario@gmail.com X.com: ream88 GitHub: ream88 Elixir Forum: ream88
Packages Stats

Packages

Most Popular Most Downloaded Newest First

bypass

2.1.0
12 440 525+

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

short_uuid

4.0.0
36 938+

Encode UUIDs into Base58, with optional Ecto integration for prefixed IDs.

Last Updated: 4 weeks ago

twiml

0.6.0
14 059+

Generate complex TwiML documents for Twilio in an elegant Elixir way.

Last Updated: about 2 years ago

logger_binary

0.2.0
1 965+

A custom Logger formatter for handling binary data.

Last Updated: 4 months ago

tracee

0.2.0
747+

Trace function calls in concurrent Elixir processes.

Last Updated: about 1 year ago

phx_icons

0.2.0
393+

Dynamic icon library for Phoenix LiveView. Auto-discovers, downloads, and inlines SVG icons from multiple providers at compile time.

Last Updated: 2 weeks ago

wait_for_async_assigns

0.1.0
203+

Prevents "DBConnection.ConnectionError: client exited" errors in Phoenix LiveView tests by ensuring all async operations complete before test cleanup.

Last Updated: 6 months ago
hex logo Hex
About Blog Sponsors Status Advisories
Documentation FAQ Specifications Report Client Issue Report General Issue Report Security Issue Contact Support
Code of Conduct Terms of Service Privacy Policy Copyright Policy Dispute Policy

Copyright 2015. Six Colors AB.

Powered by the Erlang VM and the Elixir Programming Language

Search filters

Type any of these into the search box. They can be combined with free text which searches package names and descriptions.

Operator Description Example
name: Match package name. Supports * wildcards and repo/package form name:phx* or name:hexpm/phoenix
description: Full-text search of package descriptions description:auth
depends: Packages depending on a given package. Supports repo:package form depends:ecto or depends:hexpm:ecto
build_tool: Filter by build tool build_tool:mix
updated_after: Packages updated after an ISO8601 datetime updated_after:2025-01-01T00:00:00Z
extra: Match custom metadata (key,value). Nested keys are separated by commas extra:license,MIT

Wrap values in double quotes to include spaces, e.g. name:"my package".