Ryan Holmes
Ryan Holmes
@Neugeniko I've been away for a while so I'm a bit rusty. Can you go into more detail what this does? Isn't probe strength based on the ship and skills...
Can confirm that it's due to a newer version of sqlalchemy. We have a specific version listed in requirements.txt, any other version is technically unsupported. But I think we should...
@n01337 can you confirm if you're still having this issue?
Maybe my understanding of promises is completely different then, but... isn't the whole point of a promise to do work asynchronously and then return a result sometime in the future?...
We also ran into this issue a while back, very annoying
Is there any response from Bullhorn about this?
I second this, I don't immediately see a way to do this with the current documentation / example. Would be nice to give a draggable item an attribute stating that...
Just documenting how we did it for a project at work. The problem is that `angular-dnd` simply relies on the position of the placeholder - it has no concept of...
Try the performance tweaks described here: #413
This was driving us crazy, thanks for the simple fix. We are also getting duplicated `dndDragover` classes added to both the lists, would you be able to identify where a...