Yves Müller
Yves Müller
I need to generate a `requirements.txt` containing the picked versions which my eggs depends on. IIs there some way to generate this from buildout? Currently I am generating the requirements...
Hi, I am setting up my cluster (and also facette) using saltstack, which is configuration management system comparable to puppet or chef. Which means I know exactly in advance which...
I might be holding it wrong, but I have an issue with delegating to a multipart\formdata Marshaller: ``` object Test { import spray.http._ import spray.httpx.RequestBuilding._ import spray.httpx.marshalling.Marshaller case class Example(msg:...
Hi, I am using the s3-wagon thorugh [gradle](https://github.com/fidesmo/gradle-fidesmo/blob/a761460690bc98ab52b394daf91c243ef6a6707e/build.gradle) and the gradle maven plugin. Initially I deployed from my machine, but then moved the deployment to traviCI, were I encountered a...
Let olsrd be managed by procd, so it doen't need supervision by the freifunk-watchdog anymore (#52).
What is this? ========== In the Scrum of scrums on (18th July 2017) it was decided that we collect a list of bigger refactorings that we want to todo to...
The categories form could only add the category field if there are any categories to choose from. So the field can also be make required removing the need to set...
- [x] make attribution configurable - [ ] validate GeoJSON (in GeoJSON field) - ~~rethink if we actually want GeoJSON, or store Points and MultiPolygons in Leaftlet representation~~ - we...
A model field for richtext could bundle up the following settings: - clean non-allowed html from input, or output or both (using bleach) - set ck-editor as widget - idea:...
If a test never finisch the return value queried by $? in bash is still 0, which means sucsess. This causes some unwanted beahviour in our ci-System. Could you fix...