sitch
sitch
Example: ```elixir defmodule EctoFields.URL do # add `t:t/0` @type t() :: String.t() ... end ``` This is useful for your typespec struct definitions
there is a small delay when loading the yaml files that should be moved into its on application and run during start
The subdivision id field is a charlist not a string. Is this by design?
the mysql-schema-ts lib pascal cases names. Should parody that behaviour https://github.com/nettofarah/mysql-schema-ts/blob/master/src/typescript.ts#L16
Would be useful to extract additional info from constraints and indexes. For instance: ```sql CREATE UNIQUE INDEX ON . USING () ``` Allows you to extract that `..` is unique...
`citext` column breaks "Content" render
Currently, the documentation for Nginx doesn't proxy upgrade websockets, should be updated to allow this
I've found cases where it's useful to combine `OK.map_all/2` along with `Enum.split_with/2` in order to explain failure cases for various evaluations. Things like mapping a `cast/1` function where you might...
In order to export a markdown table version of the `nps` output, it's much easier to leverage this function vs copy/pasting it. **What**: **Why**: **How**: **Checklist**: - [ ] Documentation...
In order for a more seamless experience, having an introspection to see if there is a breaking macro or some other thing that would either fail to expand or be...