James Collins

Results 25 comments of James Collins

Thanks for raising this issue. I think it would be useful to align with the readme you have linked given it's the original library this was forked from! I will...

I've opened a PR to add a function to the controller. Looking for reviews and contributions to the PR so we can get it right for all use cases: https://github.com/blackmann/story_view/pull/220

@geekpius In our implementation of stories, we have a requirement to "be able to delete the current story you are viewing if it's yours". Upon deletion, the user expects to...

I agree that passing in a new set of stories and perhaps the new index to start at could be an ideal solution to achieve this. However, suspect the library...

@geekpius Doing this highlights the issue I have run into removing stories. Let me provide an example we can use to demonstrate it. > In its current state, based on...