Caleb Hardin

Results 6 issues of Caleb Hardin

It seems this list hasn't been properly updated in a while. Many tools are no longer supported/in development/active. For example: - Stylemark has been archived - Source JS website no...

Based on the Moveable documentation (found here: https://github.com/daybrush/moveable/blob/0.13.4/handbook/handbook.md#toc-group), you can create a group of moveable elements by passing an array to the `target` property. However, doing so in vue-moveable after...

bug 🐛

In the commit "fixed default context option" (493bf006436250453ac24e2a1dfbe46d798676c8) the changes made broke shadow dom support. We're currently using this date picker in the shadow dom and the picker is now...

Is there a way to completely deep clone a JSDOM object? So you could make changes (add/delete nodes, change id's, etc) without affecting the original dom. Example: ```js const jsdom...

I've given the app permissions to post to a specific direct message, but it doesn't work. It pulls the meme and I see it on my side but it never...

Currently, if a date field is added to the DOM with an existing value, the picker does not format the date until the user clicks on it. Since the picker...

enhancement