Kevin Whitman

Results 24 comments of Kevin Whitman

Why does this module require root? Only thing it seems to be doing is running `ps -A -o pid,rss,vsz,pcpu,comm` and parsing it? I noticed that command works on both OS...

@branneman Interesting. I noticed some other modules use `ps` and didn't mention the need of root. So maybe just a Windows thing then. I just hope if you implement throwing...

I like this idea since in my own project I would rather use `isPlainObject` instead of `isObject` for most cases. Was trying to see if there was a way already,...

Thanks. I'm not that far along with on my own project. I haven't really worked with much native development with XCode but at least some pointers! I'm thinking maybe mostly...

What iPad Model is it? I know the iPad Pro identifies as a Mac since suppose to have desktop class browsing. I think detecting touch is a workaround, but in...

Yeah, one of my friends made a CLI a few years ago that had the tab thing. Readline has a completer method too. So basically would grab all the commands...

Interesting, didn't think much about detecting link colors could be a privacy problem... Maybe not allow external links or do something similar to https://developer.mozilla.org/en-US/docs/Web/CSS/Privacy_and_the_:visited_selector My plan was to handle external...

Interesting on security, sounds mostly when framing content though or looking at link colors... So maybe limiting that functionality when that div is being used to map to a texture...

I noticed it doesn't add the NPM modules used to the `package.json` in the `dist` build output to publish as I expected. My thought is to just use the command...

@zeinali0 I created a 3 replica factor using the cli tool provided for Docker and getting similar errors when creating databases... I was playing with TablePlus and got a strange...