Ivan Podgurskiy
ivan-podgurskiy
Total Packages
12
Total Downloads
1 446+
Packages
humanizer
0.3.0Human-friendly formatting for Elixir: bytes, durations, relative time, large numbers, percentages, thousands separators, ordinals, string truncation and list joins. English-only, zero config.
safe_atom
0.3.0Whitelist-based casting of values to atoms without growing the VM atom table from untrusted input.
shell_words
0.2.0POSIX-like shell word splitting, escaping, and joining. An Elixir take on Python's shlex and Ruby's Shellwords.
one_flight
0.2.0Collapse concurrent duplicate Elixir calls into one supervised execution per key.
jitter
0.1.0Backoff jitter strategies (No, Full, Equal, Decorrelated) from Marc Brooker's Exponential Backoff and Jitter, as composable Stream transformers.
frozen_clock
0.1.0Async-safe, process-local freezing of DateTime.utc_now/0 for tests — no behaviours, no mocks, no struct threaded through your code.
gitignore
0.1.0Correct gitignore and wildmatch semantics for Elixir.
robots_txt
0.1.0RFC 9309 robots.txt (robotstxt) parser and matcher for the Robots Exclusion Protocol.
dockerignore
0.1.0Parse and match .dockerignore files in Elixir with Docker-compatible semantics.
http_digest
0.1.0RFC 9530 Digest Fields for Elixir: build, parse, and verify Content-Digest, Repr-Digest, and Want-* headers.
message_signatures
0.1.0RFC 9421 HTTP Message Signatures for Elixir: create and verify signatures over HTTP message components with strict signature-base canonicalization.
editorconfig_core
0.1.0EditorConfig Core implementation for Elixir: parser, glob matcher, resolver, and CLI.