Hisham Muhammad

Results 633 comments of Hisham Muhammad

The repositories in https://github.com/lua are semi-official mirrors (they were "blessed" by Roberto to store the development history), and are well-maintained. They can be used to fetch Lua versions. Github repos...

@rxi hi, I'm the admin of luarocks.org — I can transfer ownership of rxi-json-lua over to you. To upload the latest version to LuaRocks, you can do the following: 1....

Thanks! I'm in the middle of some major reorganization of the code, but I'll keep this in mind and will rethink the "follow" logic taking your ideas into account!

Hi, yes, an updated PR would be great. The code is really different now!

Oh my, this totally went past me twice!! So sorry about that! On reviewing this: I don't think `PROCESS_BAD_STATE` is a good name, since disk activity is not a bad...

Oh wow, this will take me a while to go through! But I'm impressed :)

Hi! Thanks for the PR! This is a great idea. I have toyed around with how to display the CPU rate info but it didn't occur to me to simply...

Thanks for the PR! It's great to see contributions made to the OS ports! :) > Note that this means that with userland threads turned on every process in the...

> For multi-threaded processes, the memory usage numbers are the same across all threads (as threads share address space), the CPU usage numbers differ, as each thread is scheduled independently...

> The CPU values shown are similar to your first example, i.e. the CPU usage for the overall process is the sum total of the CPU usage of each individual...