Simon Altschuler
Simon Altschuler
You can achieve this using the `dropped` event and a dragula method. Inject `ngx-dnd`'s `DrakeStoreService`, and in your `dropped` handler, call `drake.cancel(true)`. Docs on cancel [here](https://github.com/bevacqua/dragula#drakecancelrevert). So, something to the...
Seconded! 😃
I'm looking for the exact same thing. Without it one needs to do some nasty hacks to work around it. The usemin task does not allow js files to be...
This might be the same issue: http://stackoverflow.com/questions/37786778/knockout-sortable-makes-duplicates-making-a-tree-structure Fiddle: http://jsfiddle.net/yyqnhngm/ To reproduce drag either A or B into the other.
No, it's no hurry, the solution above works for now. I've got a really tight schedule myself as well, so I will have no time to do a PR right...
Issue turned out to be the same as [this](https://github.com/dotnet/aspnetcore/issues/41645). In short a .razor template was added to the AdditionalFiles item group in the project file, I don't know why, but...
I've made a C++ port available here https://github.com/altschuler/imgui-knobs. Thanks @DGriffin91 for this work :)
> In order to reduce the scope of the problem, it would be useful to have the affected users trying to reproduce this in Blade examples directly: > > ```...
This would be very useful for me too, but it might be outside the scope of what Kira is intended to do. My use case is two fold: - A...
Those SVG knobs are beautiful! 🤩 Regarding the color customization, I think a way to "hook into" the `GetPrimaryColorSet` and `GetSecondaryColorSet` would be ideal. Somehow pushing some color data onto...