Results 6 comments of mathschy

Hello, I think we could add a `checkpoint_subpath` argument to `DQNLearner` and pass it when we create the `Snapshotter`, as it already has an argument to choose where to store...

Thank you, I actually tried this (putting the ListView of Slidable in a SlidableNotificationListener, and doing `Slidable.of(context)` to reach the controller) but it does not work. What it allows me...

Thanks, that sounds interesting! Is there a way to test if any of the Slidable in the list is open ? Because my logic of the onTap is: "if any...

OK thank you, Yes it sounds like something harder to do if we can't reuse the same controller for multiple Slidable widget like we could do in 0.6.0. Is adding...

I see, thanks for the explanations! OK well in that case, if one controller can't be shared, it won't help me to pass it as an argument to the constructor....

Hi thank you for the update! Sorry for the delay, I just tested with `SlidableAutoCloseBehavior`, it has the behavior I expected, and I could not find any bug. I will...