Joel Purra

Results 129 comments of Joel Purra

@BatmanAoD: sure, package manager support would be nice. Used Chocolatey a few years ago, and it's pretty convenient. Scrolled through Chocolately's website. Seems they support multiple maintainers, as well as...

The workaround `timeout 1m sudo` helps -- if you remember to use it. The timeout is configurable, and conveniently falls back to the regular `sudo` password prompt afterwards. See also...

Got the game to run on macos as well -- thanks for the steps, @daviewales! Managed to simplify them quite a bit; just copy-paste the below in a terminal window...

Although I understand that some keys might not be updated each period (week), I personally like that it's currently a completely random selection. Not sure that I like that each...

@Kshitiz-Sharma: I agree, a [`--color[=WHEN]`](https://linux.die.net/man/1/grep) flag (`never`, `always`, default `auto`) would be great. As a workaround, you can use the [undocumented environment variables `RAINBOW_ENABLE_STDOUT`/`RAINBOW_ENABLE_STDERR`](https://github.com/nicoulaj/rainbow/blob/2.7.1/rainbow/__init__.py#L43-L44). Below using [`hexdump`](https://en.wikipedia.org/wiki/Hex_dump) to verify the...

I agree, in particular since superagent is given special path treatment in `index.js`. - https://github.com/emedvedev/slackin-extended/blob/v2.1.0/lib/index.js#L128 On my system `/assets/superagent.js` returns HTTP error 404 and breaks `slackin-extended` client-side. This is due...

@XhmikosR: no rush for me, as I have a local hotfix in place. Will await a proper solution before upgrading.

@XhmikosR: true, it's not the same issue. See #185.

@siteswapjuggler: it can be an incompatible/problematic camera or some bug in `uvcc` (or the upstream [`uvc-control` fork](https://github.com/joelpurra/node-uvc-control)). Anyhow, need more details. - Which camera (vendor/product ids) are you targeting? -...

@siteswapjuggler: it does seem that the [ELP-USBFHD01M camera series](http://www.elpcctv.com/full-hd-1080p-usb-cameras-c-85_88.html) is UVC compatible, [confirmed by this blog entry from 2015](https://joancharmant.com/blog/review-of-the-elp-usbfhd01m-camera/). Unsure if they all have VID `0x05A3`, PID `0x9230`, but it...