dpikt

Results 6 issues of dpikt

If an element no longer needs to be dragged, could it be "unregistered" and removed from the callbacks array? This would help save memory especially in single page apps where...

enhancement

Apologies if this issue has already been raised, I couldn't find a mention of it in this repo. I'm running into issues using this library along with `eslint-plugin-import.` Statements like:...

Resolves #357 When a relationship is listed under `include:`, it will add the data key to the record hash, allowing the included relationships to be reconstructed.

Per the [spec v1.0](https://jsonapi.org/format/#document-resource-object-relationships) (emphasis added): > A “relationship object” MUST contain at least one of the following: > > links: ... > data: ... > meta: __a meta object...

Not sure if this is a bug or expected behavior- feel free to close if it's the latter. I've got a model that has a rich text field with an...

Right now, the `#where` method exists on the `Query` class but not on the base class, meaning you can call `Post.all.where(...)` but not `Post.where(...)`, which is weird. This PR exposes...