-
Running dogma in a Phoenix project and getting an error:
```
** (EXIT from #PID) an exception was raised:
** (FunctionClauseError) no function clause matching in Dogma.Rule.QuotesInString.check_b…
-
Hi,
After starting a new project with phoenix and running
`mix phoenix.gen.json Saying sayings name:string body:string`
running `mix test` results in the following:
``` shell
1) test deletes cho…
-
I forked this and removed the restriction on the elixir version (so it would run on master). After doing that, ti fails to compile the demos. It's related to some macro expansion stuff that I couldn…
-
There is a common refrain of "develop your MVP/prototype using Rails then you can migrate it to the JVM once you need it.".
weber could potentially be something you can productively used in rapid pro…
dodyg updated
10 years ago
-
Here is an eml output that seems inappropriate to me:
``` elixir
iex(11)> eml do
...(11)> h1 "foo"
...(11)> section do
...(11)> h2 "bar"
...(11)> end
...(11)> end
[{Eml.Markup, :section, ni…