Sergey Ponomarev
Sergey Ponomarev
Looks like this will be not so easy to implement. JOL needs to be attached as an agent and I have no glue how to do that.
Also another problem here is that the inspection can be time consuming because of converting PSI tree to ClassData #10. Maybe to make a quick calculation we can make it...
First version was implemented and sent to be published. Inspection called "Java | Memory | Class have too big memory footprint" and shows a warning "Class have too big memory...
Also we may show a bold lines between cache lines
I already see that next plugin will be a media player :) Recently I figured out that basically I don't want to just have a browserable view of WebDAV share...
Hi @gstrauss thank you for lighttpd. Speaking about the thumbnails generation discussed here it would be great to have hooks on file upload. Maybe inotify can be used for this...
Thank you. Looks like I have to create a hook in `magnet.attract-response-start-to` but from docs the hook blocks a request. The lua script is really hard to write and debug....
I finally found a problem: the `req_attr["http-status"]` returns `nil`. lighttpd 1.4.63-2 I'll try latter. Thank you anyway. For now I wrote a script that detects a new file upload: ```sh...
Thank you, I'll read. I'm not sure if it worth to use it here. The inotifytools takes 20kb of space which is not critical but still quite a lot. And...
Also we can make a binary smaller by disabling i18n e.g.`./configure --without-gettext`. On my x64 the resulted binary become smaller from 35,488,584 bytes to 35,389,000 e.g. was saved 99,584 bytes