Results 8 comments of Adonikam Virgo

Yes, I realise logheadervalue="cookie:" and loguseragent=on should allow more accurately replaying requests. To replay responses, I could write a short script to pipe a response with headers to netcat listening...

Here's an idea: if the user resubmits the request with a certain cookie, then the server could check that the request is still denied, send the response as an attachment...

I am thinking a procedure secure enough to run on a production server and easy and flexible enough for people to use out of the box. Complexity is for us...

I have been investigating the same issue, referring to the docs for [Dealing with swap glitching](https://github.com/SortableJS/Sortable/wiki/Swap-Thresholds-and-Direction#dealing-with-swap-glitching). I have explicitly set the `direction` to "horizontal" as recommended, but this doesn't help,...

I am working on a solution for this issue, I'm thinking at the moment that the logic is similar. If the mouse hasn't moved since the last valid drop target...

Turns out I was right that editing the debounce plugin to ignore the next drop target would work, but only with my colleagues help did we achieve it. Checking and...

IMO this sounds like the job of a plugin. There are lots of people on StackOverflow discussing this sort of thing, and we have some (proprietary, but very basic) code...