Eduardo Cuducos
Eduardo Cuducos
## Description of problem Sometimes the command `destroy` says a database is linked when it is not linked (although it was in the past). When we try unlinking, we get...
* pyup-django version: 0.3.0 * Django version: 1.11.1 * Python version: 3.6.1 * Operating System: macOS 10.12.4 ### Description `pyup-django` uses `django.conf.BaseSettings` which seems to removed in Django 1.11: ```...
Commit a86f4b9f8797aa1de9b1e8734d3084aa63832ba0 removed parallel tests, but `.travis.yml` was forgotten. This PR/commit fixes that (and apply some linter to the YAML).
**What is the problem?** Django 2.0 has some incompatibilities with Django 1.11.7 (actual version) and maybe our dependencies also might be broken with we update to 2.0. **How can this...
New UI/UX
Now Jarbas is changing. From an internal tool for Serenata it will become the public API for the general public. And this impacts UI/UX. In terms of UX we might...
This repo has a couple of _quasi_ tests using `elm-verify-examples`. Unfortunately when the old `elm-doc-test` became `elm-verify-examples` or maybe with recent changes in `elm-tests` our architecture to generate and run...
As @cacarrara started in #171 ; ) The idea is to use this tool in all other test that needs fixtures.
@davinirjr alerted me we are [ranked D+ in terms of security](https://observatory.mozilla.org/analyze.html?host=jarbas.serenatadeamor.org). Is there a way to improve that?
I noticed there was a couple of pure text examples in [`Chunk`'s docs](https://pkg.go.dev/github.com/Shopify/hoff#Chunk):  They are not well-formatted, making it difficult to follow. So I moved them to runnable examples,...