Daniel Turner
Daniel Turner
Hi, this maybe a silly question: If i have a code block like this: defmodule WebsiteWeb.PageController do use WebsiteWeb, :controller def index(conn, _params) do render conn, "index.html" end end when...
Hiya, Having some issues with dragula on IOS Seems to work fine generally... but! we have a footer in our site that we push down by having the html +...
Heya, Just wondering if sobelow might support our current setup or not, we have a `core router` that proxies requests onto multiple other more traditional routers... ``` use Plug.Router, init_mode:...
aria-hidden without ="true" doesn't work on screenreaders we had an accessibility audit done and this came up in the results! the other change here seemed to be required for the...
i was getting a dialyzer error when calling `Timex.Duration.from_hours()` with a float i believe that the code supports floats, but the typespec on one function is incorrect this pr adds...