Antoine Bluchet

Results 598 comments of Antoine Bluchet

I guess we could introduce this and set a default number for os x while we find a way to do this properly on os x.

Maybe we need to dig deeper into how the Activity Monitor does the thread count also. Sure dude, there's no rush in open source software :D. Good luck with your...

that's cool! Could you check on os x if you have: `/proc/{pid}/tasks` (number of files, maybe faster then reading status) or `/proc/{pid}/status` (search the file for `Threads`) ?

Not sure that they actually use the number of threads :|. We won't be able to make this work without bindings.

Oh sorry I missed this issue. Sure thing, does openbsd use procfiles ? Is `ps` available ? Can you run a few tests for me ?

https://github.com/soyuka/pidusage/blob/master/lib/stats.js#L15 Just add: ``` openbsd: 'ps' ``` and run `npm i && npm test` and let me know if it works :D

this would definitely be a nice improvement! It'd even be better if they could add some metrics to that call so that we stop using wmic (it's sooo slow).

@willdurand would you accept a patch with @Zegnat proposition?

@bugejakurt because it won't change the fact that IE doesn't support 3D transforms. Nice plugin btw thanks.

This is good news! Adding the gateway to the desktop app would indeed be nice! If you want to work on this please base your work on the react branch...