No description
- Replace Timex with regex-based timestamp parser (broader format support) - Replace Earmark with local Markdown.to_html! (headings, code blocks, tables, lists, inline formatting, links, horizontal rules) - Remove dns_cluster (unused, single-instance deployment) - Add stream_data property tests for timestamp parsing (5 properties covering ISO, US dates, AM/PM, format roundtrips, garbage rejection) - Removes transitive deps: combine, tzdata, hackney, certifi, metrics, mimerl, parse_trans, ssl_verify_fun |
||
|---|---|---|
| assets | ||
| config | ||
| docs | ||
| lib | ||
| lib_ml | ||
| priv | ||
| rel/overlays/bin | ||
| test | ||
| .dockerignore | ||
| .formatter.exs | ||
| .gitignore | ||
| .tool-versions | ||
| AGENTS.md | ||
| algo.md | ||
| CLAUDE.md | ||
| Dockerfile | ||
| elevation.md | ||
| mix.exs | ||
| mix.lock | ||
| prediction.md | ||
| README.md | ||
Microwaveprop
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
Ready to run in production? Please check our deployment guides.
Learn more
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix