nova
nova copied to clipboard
Web framework for Erlang.
**Describe the bug** When using the `-` character in the `router` module for a given path i am getting the error : ``` ===> Failed to boot nova for reason...
This PR also includes a fix to when a 500 error occurs.
Not tested at all, but half-baked changes to be able to give xref enough information to detect if the routing table refers to exported functions, and that exported functions in...
Introducing models in Nova using a modified boss_db. Our hope is that we can merge our fork of boss_db into the main line. Our fork of boss_db can be found...
Instead of trying to work on (yet) another project we could see if we can take advantage of BossDB instead (https://github.com/ErlyORM/boss_db).
**Is your feature request related to a problem? Please describe.** A lot of projects are running with a log-server in the background that wants structured data. Today the logging is...
With this PR we are enhancing plugins; - Now plugins can contain a global state. This is particularly useful when the plugin needs to have a common data-structure ie ETS-table...
I like your approach with Nova, but I don't see any support to dynamically modify html objects in the DOM after the page has been served, but I could have...