-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for paging #5
Comments
Hi, Thanks for your comments and feedback! Glad datawalk has proved useful for you :) Paging is a terrific idea! I'll have to give it some thought -- I've tried to find a balance between simplicity/ease-of-use and power, so I'm pretty cautious about adding more commands. But it'd definitely be a nice feature to have, and not one I've considered before. For me, I'm usually using it to explore data where I care more about examining a representative element (per level) rather than seeking out a specific element. But it seems plausible that there are plenty of folks with your use case. Any thoughts about the value of next-page/previous-page commands vs jump-to-nth command? I'm unavailable for a few weeks, but I'll add it to my calendar to come back & think more about this issue when I get back. |
I agree that paging would be a useful feature. For my purposes, it would be enough to just have next/previous page commands. I didn't know about the
|
Thanks to both of you for the input. I'm feeling good about adding this feature, but it's likely to be a good while before I have a chance (just changed jobs, and things are really busy right now). I'm open to a pull request adding paging, if either of you (or someone else) feel motivated to add it. Otherwise I'll get to it when I can! The tricky part will be that Adding it will be a matter of:
Offhand I think that's everywhere. |
Alternately, it might be worth adding an additional state atom in |
Hey,
datawalk
is great, I used it to investigate a rather large data structure today, and it helped a lot.One limitation I ran into was that my data structure has 95 (or so) elements in the list, and so when I loaded up datawalk, I had to keep guessing at the last index (the one I wanted to see). I ended up using the
!
function to runlast
on the collection, but I was wondering: would it be useful to add paging to the repl so you can see elements 30-59, and so on?Thanks again for datawalk.
The text was updated successfully, but these errors were encountered: