Skip to content
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

inspect on the arguments in the index pages makes the pages explode for some more complex type of argument objects #124

Open
koenhandekyn opened this issue Jun 3, 2024 · 0 comments

Comments

@koenhandekyn
Copy link

because we pass in some more complex arguments, our index pages are exploding and we're currently forced to override inspect on some of our classes, which is kind of 'bwah' ...

it seems that 37s is largely passing very simple arguments but i guess it's not so uncommon to pass in somewhat more complex objects.

i see several options

  • considering to use to_s for the arguments
  • more aggressive truncation on the inspect
  • considering a cascade of display_name, to_s on the arguments
  • ability to configure per job
  • ...

the screenshot below is variant where we already compacted to the inspect for some key classes. originally one row would take up more then one page on a 4k monitor ...

created at 2018-03-15 115819 792462000 +01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant