kairos0ne
kairos0ne
### Problem Statement I tried to get the permissions structured correctly for Guardian in my Guardian module like so. ``` defmodule Dynamic.Guardian do alias Dynamic.BaseContent alias Dynamic.BaseStructures alias Dynamic.Repo use...
### Steps to Reproduce I have a case in plug router as such. ``` case conn.params["action"] do "create" -> %{"body" => record} = conn.params if check_if_table_exixts(record["id"]) do perms = create_table_helper(get_table_name(record["id"]))...
Was wondering if you had any plans to support the 2020 schema ?
### Steps to reproduce Install Timex {:timex, "~> 3.0"}, ### Description of issue There is a compile time error due to fault in Tzdata 2024b that can seen here: https://github.com/lau/tzdata/issues/143