chocolateboy

Results 73 comments of chocolateboy

> I might consider digging through the PR / issue history to look at when this was last working the way the issue asks FYI, the change was introduced in...

I think #2 should be opt-in (like [`--color=always`](https://github.com/BurntSushi/ripgrep/blob/64ac2ebe0f2fe1c8967e7ec550bc32466bf40a07/FAQ.md#how-do-i-configure-ripgreps-colors) in ripgrep). It's a reasonable feature ("An option to colorize output when writing to a file"), but the implementation has inadvertently introduced...

The "no color" in those cases is [because of the pipe](https://github.com/jorgebucaran/colorette/pull/41#issuecomment-650159606). The `FORCE_COLOR` is ignored in those cases i.e. it doesn't/shouldn't force color on or force color off. (It's kind...

I think this is an awful lot of work to avoid adding a [few bytes](https://github.com/jorgebucaran/colorette/pull/41/files) to the source code :-/ As you mention, the behavior of `NO_COLOR=` and `NO_COLOR=0` (both...

AFAICT, no other JS implementations of `FORCE_COLOR` behave in the way you're proposing (i.e. like `NO_COLOR`), and only `NO_COLOR` (mis)behaves in the way you're proposing, so I don't think adopting...

> What if we could do better than them? I don't think "everyone else is doing it wrong - let's innovate!" is a better approach. `FORCE_COLOR` may not have its...

A hacky workaround is to insert a zero width character between the hash and the number e.g. `gulpjs\/gulp#​4.0` → gulpjs\/gulp#​4.0. Of course, if someone copies 'n' pastes this, they will...

It's even more confusing now that [GitHub's project is called electron](https://github.com/electron-userland/electron-prebuilt/commit/b286d6f2ac4d64961b2294c9063cbfc8fb6d2da9) on [npm](https://npmjs.com/packages/electron) (and has been since 2016-07-28).

I can confirm this with Firefox 3.6.11 on Ubuntu 10.04, TabMixPlus 0.3.8.4, and BarTab 2.1b1. I don't have DragIt installed, so that can be ruled out.

I don't know if this falls under the same issue, but clicking any of the images on [this page](http://www.goodart.org/artoftdl.htm) (I've checked the first half dozen or so) clobbers/replaces the opening...