Bernhard Weichel
Bernhard Weichel
even with mock i get ``` File "/src/tracboat/users.py", line 61, in create_user attrs.update(userattrs.get(email, {})) NameError: global name 'userattrs' is not defined ``` Creation of user is hardcoded turned off. But...
I tried to export pickle format: ``` File "/usr/local/lib/python2.7/codecs.py", line 369, in write data, consumed = self.encode(object, self.errors) UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 855: ordinal not...
@kerrhome > Yeah, we're using Dockerfile too, but stuck with postgres. Can't say about the tracboat config for using mysql. Sorry, I was messed up. I am using gitlab/gitlab-ce:latest which...
Thanks for your reply. I changed my tracboat docker file to ``` FROM python:2.7 RUN apt update && apt install -y sudo python python-pip WORKDIR /usr/tracboat COPY requirements/dist.txt setup.py README.rst...
Exactly this is the plan. By this approach I even have the choice between github and gitlab. And as github now provides private repositories it is a good path.
@samwilson I cannot find a button / menu / etc. how to create a VIEW or a report. I can crate a table but nothing else.
tbh: I wonder why it installs 4.6 a docker file says it is 4.4 ``` # Set it to a fix version number if you want to run a specific...
I am currently using \clearpage and \cleardoublepage which are the appropriate LaTeX Commands. If Pandoc has a feature like this, IMHO it should be marked as such. In particular it...
yes there are. For example if I am writing a quality manual which includes forms. If such a form has two pages, I want to start it at an odd...
How are these pagebreakes specified in the markdown input?