Skip to content
#

hex

Here are 632 public repositories matching this topic...

omidbachari
omidbachari commented Dec 26, 2018

FYI
Readme says:

def deps do
  [{:coherence, "~> 0.6"}]
end

However, in https://hex.pm/packages/coherence it only has version 0.5.2. Users get this error:

➜  path-to-project git:(master) ✗ mix deps.get
** (Mix) No matching version for coherence ~> 0.6 (from: mix.exs) in registry

The latest version is: 0.5.2

See screenshot. Thank you!

![screen s

danburzo
danburzo commented May 22, 2019

I guess it would make most sense to co-locate the docs (in a docs/ folder) with the code, so that we can serve it from https://evercoder.github.io/culori via GitHub Pages. The downside is that docs/ would have its own package.json and associated apparatus, and will contain HTML templates along with the Markdown content files, but that might be fine.

We can use [eleventy](https://www.11ty.i

gomoripeti
gomoripeti commented Nov 16, 2017

Generate documentation that looks somewhat better than the default edoc style (look at elixir docs).
Figure out how to publish (eg. maybe both Erlang API from xprof_core and REST API/GUI guide from xprof_gui should be copied/duplicated under xprof app documentation).
What should be the source format of non-edoc pages/guides (eg markdown)

Qqwy
Qqwy commented Jun 11, 2018

The README states:

Type casting. Mnesia can store any data in any field, including strings, numbers, atoms, tuples, floats or even PID's. All types in your migrations will be silently ignored.

I just tried to migrate a Postgres-app over to Ecto_Mnesia, and it was unable to run my migrations because I had references("table_name") fields in there. Since this is also 'just a type', I think b

Improve this page

Add a description, image, and links to the hex topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hex topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.