You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd be interested in trying to implement this functionality myself. Do you accept pull requests from non-collaborator users?
Do you have an "architecture" document or some other documentation describing the configuration file sub-system? From what I can see, this would impact multiple source files, and I'd like to make sure not to miss anything. For example, there are hard-coded strings, such as the "help" string, that would be impacted.
Hi, we'd be happy to accept a contribution for this. Thanks! Just need to make sure we have some sensible behavior when the IEnumerable does not terminate (or has millions of items). e.g.:
Also of interest to you might be the "Enter" vs "Ctrl+Enter" behavior -- the latter shows more elements than the former.
Feature Description
At the moment, when displaying an IEnumerable, the number of items displayed depends on the screen size.
Having the possibility to configure this through a config file would facilitate inspecting more items, no matter how "high" the window is.
#376
Thanks
The text was updated successfully, but these errors were encountered: