Danie Palm

Results 8 issues of Danie Palm

It is not clear to me how one determines the number of remaining invites a user has. The method remaining_invites subtracts invited_users.count() from max_invites, so that only accepted invites will...

ImportError Traceback (most recent call last) in () ----> 1 from modelicares.exps.simulators import dymosim /home/danie/.virtualenvs/vhm/local/lib/python2.7/site-packages/modelicares/exps/simulators.py in () 42 from multiprocessing import Pool 43 from shutil import copy, move, rmtree --->...

It would be nice to see a more recent PyPI package.

Are there plans to support crypto_box_easy and crypto_box_easy_open?

In a schema with a field defined as `field :request, :map` I get this error if I try to view it in ExAdmin: `(Protocol.UndefinedError) protocol ExAdmin.Render not implemented for {:map,...

When starting the application with the binary in a container, the application does not run as PID 1, instead PID 1 is bin/sh: Running `ps ax` in the container gives...

…form to prevent silly migration creation when tasks are modified

Django creates AlterField migrations when the choices of a field change. This means that, because of this line: `task = models.CharField(max_length=200, choices=task_list())` Django wants to make a migration every time...