rafal0p

Results 3 issues of rafal0p

Let's assume that we have a function like that: ``` @spec foo() :: :ok | {:error, :some_retryable_reason} | {:error, :other_retryable_reason} | {:error, :some_non_retryable_reason} | {:error, :other_non_retryable_reason} def foo() do ......

# What is Squadrats? Let me pass the mic to the authors: https://squadrats.com/, the pitch is 30 seconds read. For me, personally it's **a lot of fun** 🎉 . #...

Custom layers is an _awesome_ feature, but currently it supports only sources that are returning `{z}/{y}/{x}.png`. There are some servers that return `{z}/{y}/{x}.pbf`. It seems that `.pbf` is just a...