multun

Results 21 comments of multun

You didn't miss anything, there's no such option

If you wish to implement it, I suggest you have a look at the task merging code (for the front-end part).

@datatalking here it is: https://github.com/shacker/django-todo/blob/master/todo/views/task_detail.py#L61 It does not show up in the demo website, which probably does not have django-autocomplete-light installed (it is optional)

@shacker @ezzra how about https://github.com/dfunckt/django-rules ?

why not just use libunwind ? some other options for crash backtraces would be ptrace() and core dumps. ptrace sounds much better than core dumps, which need global configuration, eventhough...

Well if the process is being debugged and crashes, the user's debugger will be notified and you'll get a backtrace anyway. Otherwise, criterion's could do the job. I'm pretty sure...

@haslinger Hey there :) I'm from another contest / event that also uses Zeal to provide documentation. We created this project that you might find helpful => https://bitbucket.org/prologin/envlive/src I would...

Once the django API will be merged with the edition backend, the schema will be all that remains in the api python module. It will thus be isolated, and may...

I'm pretty sure this is obsolete by now (the change was ported over into Eckter's work)

@Castavo this PR never left the draft stage, do you want to ditch or resurrect it?