Avinash Thakur
Avinash Thakur
Looks great. Can you check these concerns as well ? (I was trying your simplistic approach initially, then these concerns forced me to do it the more formal way) 1....
Does this help ? https://developer.mozilla.org/en-US/docs/Web/API/Event/stopPropagation I think you can try two ways 1. Add an onclick listener to `details` (or summary ?) which only does `event.stopPropagation()` 2. In comment's onclick...
Putting one example I just found, since this thread has no link https://lemmy.world/post/1224033 A thumbnail of ~2.5MB.
I'm working on this and more. have a POC already 
I'll take this. I already have more changes locally, like * parallel download of multiple repo/commits/users to speed up download * save as CSV files for faster processing. * saving...
I also thought of using the SQLite database. While it had a few advantages, they weren't significant enough to counter the human-readable factor of CSV. NVM, I have pushed my...
@Explorer09 I agree with most of what you said. >I don't like this. >1. The GCPU% and GMEM% are bad names. I am still thinking about the right name and...
> Have you done some performance testing how much this additional column influences the overall performance? A quick and dirty implementation shows that it takes
>I have a better vision for this: if the aggregated data for a process group or session is important and worth displaying separately from the parent process node, I would...
The API is really uncomfortable to write and I also faced the exact same issue. I opened the https://github.com/buger/jsonparser/issues/253 for the same issue and also raised the PR https://github.com/buger/jsonparser/pull/254 to...