Tim Schneider
Tim Schneider
I am no security expert, but I am wondering about whether server side encryption is useful at all. What is the use-case where this makes things more secure? I am...
Just to be clear: Does midnight mean the END of the day or the BEGINNING? In your example, I would delete the file at the END of April 13th.
I seem to have a similar problem. Trying to run a task through celery I get a "VM is already running, can't set classpath" Problem. Do you have a solution...
I have the same problem. If I put the auth.json in `~/.config/composer/` it does work. So only the local auth.json is ignored
I merged the newest upstream master into my repo as this PR has not yet been merged. @lou Is there anything I can do or you want me to change...
@carlhussey Yes, you can use CSS for this: `.ms-container .ms-list.ui-sortable > li {cursor: move;}` @all Do you think this should this be integrated into the pull-request?
@alani1: Currently the sortable option does not fire a custom event. I use jQueryUI for the sortable option though, which fires a range of events: http://api.jqueryui.com/sortable/ They should be fired...
@chrisbartolo For me, the order of elements are kept. Can you send me a code snippet? I might be able to help you then.
For the multi-select the values are POSTed as an array. The array is ordered in the order that is selected in the widget.
No worries. I am still unsure what you need though. Do you want one array in the original order and one in the new, sorted order?