nomorepanic
nomorepanic
## Title Add Package "medusa" ## Description Resolves #4583 ## Commit message Elixir static site generator that supports Pug.
## Title Add Package "dummy" ## Description Resolves #4581 ## Commit message Elixir mocking that makes sense. Dummy relies on meck and exposes a simple way to mock methods, thanks...
## Title Add Package "dummy" ## Description Add the Package "dummy" from GitHub **Link:** https://github.com/Vesuvium/dummy **Description:** Elixir mocking that makes sense. Dummy relies on meck and exposes a simple way...
Currently the docs are quite hard to search through, because they lack a proper navigation menu in each page, it's only in the README.md. Since you are using markdown for...
JSON databags have a weird behaviour and there should be an example of a simple JSON databag to show the correct structure of the file
``` If the audit process is added to an existing codebase, the new merge requests can be certified, but the existing code cannot be certified. By auditing every new merge...
Documentation pages usually provide the index on each page for ease of navigation; some of the finer documentations introduce the next chapter at the end and provide a link for...
Hi Chris, I stumbled upon your project while I was looking for something else and I have to say that it's a cool project. The fact that you wrote tests...
``` If the audit process is added to an existing codebase, the new merge requests can be certified, but the existing code cannot be certified. By auditing every new merge...
The init_app function loads some options from app.config, I think this should be added to the docs, as it provides a mean of configuration. ``` self._csrf_name = app.config.get('CSRF_COOKIE_NAME', '_csrf_token') self._csrf_header_name...