Results 39 issues of ts-3156

Hi, Thanks for the useful gem! This PR suppresses the below errors. ``` /BUNDLE_ROOT/ruby/2.7.0/gems/anemone-0.7.2/lib/anemone/page.rb:157: warning: URI.unescape is obsolete /BUNDLE_ROOT/ruby/2.7.0/gems/anemone-0.7.2/lib/anemone/page.rb:157: warning: URI.escape is obsolete ```

When debugging, I sometimes want to see the request body. I don't know if other people feel the same way. If you don't need it, please feel free to close...

Starting at 2021/05/05 05:30 UTC, Slack client no longer correctly displays previews of images when filename is not specified via slack-ruby-client gem. | Expectation | Reality | | --- |...

Thank you for useful gem! On some systems, a preview of an image is not displayed correctly when I specify "local.path" as a filename. To solve this behavior, could you...

The number of file descriptors ``` ls -l /proc/[PID]/fd lsof -a -p [PID] ``` Statistics on file descriptors ``` cat /proc/[PID]/net/sockstat ``` Misc ``` cat /proc/sys/kernel/threads-max cat /proc/sys/vm/max_map_count cat /proc/sys/kernel/pid_max...