Anuj

Results 201 comments of Anuj

@yosiat Thank you for the reply, all of this sounds good. On caching: I think especially since `Panko` already greatly improves performance, addressing caching would be super on point (whether...

@yosiat Just wanted to get a sense of when do you see the inference features becoming a part of the library? It would help me decide if I can start...

@yosiat Yes, talking about the same thing. Additionally, if in another serializer, I write: ```rb has_many :posts, except: [:body] ``` It should ideally be able to infer that the association...

@yosiat It seems like the example I was talking about above might be achieved with [Nested Filters](https://panko.dev/docs/associations#nested-filters) but I have a couple of questions on it - 1. Can we...

@yosiat Got it, that means the a snippet like this is supported? ```rb has_many :comments, only: [:id, :author_name] ``` Maybe this can be added to the docs as well, in...

@yosiat Just adding +1 to the camelize support, that would be super helpful!

Yes, I realized that having a droppable area makes it configurable and more reusable, given that we anyways have a default of 100%. Also, +1 to not using CSS for...

@champeng Yes, you are right! I meant top and bottom would be considered `sortZone` and middle area would be `dropZone`. @JakeSidSmith Any other thoughts since [your last comment](https://github.com/JakeSidSmith/react-reorder/issues/77#issuecomment-285965028)? 😄

@JakeSidSmith Thanks for the response! So, if the attribute is set, then the library checks for collision? And then that would imply the need for some props to determine collision...

Hey @JakeSidSmith! I am wondering if in your upcoming rework, there is going to be support for optionally overriding the sorting behavior? In my use case, if a user drops...