Everett
Everett
Colors in the terminal are implemented via ANSI codes -- these are extra characters that get added. They are nice for `iex` sessions, but I don't think you want these...
If maintaining this package is burdensome, I'd be happy to help out -- I'd just need permissions granted in Github and in hex.
+1. In a pinch, the code could be modified to look in multiple places.
I got Ryan to modify this page: http://modx.com/learn/modx-college/migrating-from-evo-to-revo/ It now reads correctly: "Download the revogateway.zip file and unzip it to the assets/snippets/ folder." Hopefully that saves confusion.
I am experiencing similar problems with python 3.9.14. The install fails with `Undefined symbols for architecture arm64` errors in the asdf logs.
I haven't looked through this PR, but I would find it useful (and more common in my experience) if the field that qualified the polymorphism were _outside_ the arguments. For...
This repository includes submodules, so when cloning it, you must make sure you also clone the submodules. For me running git version 2.30.1, I was able to pull down everything...
This discussion may be useful: https://elixirforum.com/t/what-cannot-be-runtime-config/38499/9 particularly the example app linked including the `runtime.exs` usage here: https://gitlab.com/code-stats/code-stats/-/blob/b1cf53462a3fa34369eaa06494754c7ae38aed2a/config/runtime.exs A couple takeaways: - you can't use `Mix.env()` inside your application start (because...
In my testing, this package worked fine with releases. I included an example of this in PR #40 In short, in your `runtime.exs`, you can do something like this: ```...
I started combing through things and adding `## Examples` blocks -- see PR #40 (comments welcome). However, I have a couple questions: I'm confused by the `Dotenv.load!/1` vs `Dotenv.load/1` --...