Jose Ignacio Stellino
Jose Ignacio Stellino
When this will be merged and we can benefit of these fixes? @PFight @bevacqua
thank you @toofff , but now to use the fix we need that someone with write access publish this new version. How we can speed that?
> For my part, I have a version that fixes a lot of things (it takes over the fixes from certain PRs or issues and part of the work of...
@luisdpizarro @bevacqua hey guys I would like to have this fix in place
@PFight do you think that you can also add this fix https://github.com/bevacqua/dragula/pull/529 in your package dragula-fixed ?
> Ok, you can make pull request to speed up process. @PFight Here you have https://github.com/PFight/dragula/pull/1
> Even I am facing similar issue. I have posted this issue in Stack OverFlow https://stackoverflow.com/questions/63532041/ng2-dragula-after-adding-new-item-its-getting-displayed-at-the-top @alexzuza This is not working if you drag but not drop and return to...
@radovanobal @elijahmanor do you plan to publish a new version with this fix? would be very useful
> @ignaciostellino it looks like this repo is abandoned. I have updated the pull request with my latest changes for this. If you are interested I can push the changes...
@dtolnay This is really true I create an example using a struct that has `flatten` ``` #[derive(Serialize, Deserialize, PartialEq, Debug, Clone, Default)] pub struct TestStruct { #[serde(flatten)] test: Test, id:...