Niclas Axelsson

Results 15 issues of Niclas Axelsson

**Is your feature request related to a problem? Please describe.** Want to support older systems **Describe the solution you'd like** There's two applications that makes this harder: thaos and logger....

enhancement

There's a cool project called "Nitro" (https://github.com/synrc/nitro) which is based on Nitrogens core functionality. I think we can use it for some cool stuff (Like Phoenix LiveView). Lets investigate and...

enhancement

It would be so nice with proper handling of models in Nova. One alternative would be to use `erldb` or `boss_db` even thou the latter one is not so active...

enhancement
help wanted

We should try and develop a simple benchmark that can compare Nova to other frameworks (A raw cowboy application would also be really interesting to compare against).

documentation
help wanted

This is a really important issue since it allows us to ensure that a release is working before tagging it. My suggestion is that we introduce unit-tests for early catches...

testing

Hi, After upgrading to latest boss_db I quickly discovered that the mongo_db-adapter is broken. Not just a little broken, but the `boss_db_adapter_mongodb` and the application it relys on is missmatching...

Mongo

Hi, I'm having a big issue with the mongo-adapter. It's not releasing connections and eventually the mongod is running out of connections and crashes. Is this something anyone else solved,...

Mongo

Hi, I've been working on a new feature for boss_db that generates a .hrl-file containing the record definitions for a specific model. This is so we can support default values....

I'm currently doing some development on the DynamoDB-adapter and since the introduction of alternative primary_key I'm having some troubles using delete/1. I suggest that a new function is added. I'm...

Feature Request

Phoenix have a very neat way of handling non-expected results of a controller via a *fallback controller* (https://hexdocs.pm/phoenix/Phoenix.Controller.html#action_fallback/1). This commit includes a similar way of handling this. A fallback controller...