Björn Andersson
Björn Andersson
With the [feature/unicode](https://github.com/gaqzi/django-emoji/tree/feature/unicode) branch being almost done for Python it should also be able to handle the same conversion in Javascript. This seems to be a good writeup about the...
I just heard of setuptools' entry points and it seems like a better way of writing plugins compared to sharing the entire namespace as I am now.
I would like to make it so that you just have to drop the cli+api into a folder and then be able to run it. A little like javas jar...
Sometimes used to force a build through. I've used it in cases where a copy change has to get through, which will not affect any tests. Sometimes this gets forgotten...
Or rename them to be consistent with a decrepation notice
Make it easier to determine what's currently being used
> In theory there's no difference between theory and practice. In practice there is. — Unknown While the tests should just continue to work since the individual pieces of the...
To be able to create/update a pipeline configuration by loading a file. ``` shell $ gocd config pipeline $ gocd config pipeline ``` From Aravind on the mailing list: >...
Since we have a staging/production environment setup, with separate servers and testing out pipeline configs. Preferably pipelines should be defined in code, but when they're not there should be some...
I recently noticed a weird behavior of Deface when one of our overrides was doing `text: ''` instead of `partial: '.....'`. We only noticed this issue when it got into...