Jorge Bucaran

Results 323 comments of Jorge Bucaran

@VinSpee That would be awesome to have, we could put it on the README to instruct users how to migrate from classNames to classwrap.

BTW I edited your post to clarify it. Make sure that's what you meant though. It took me more than a moment to understand what you were after. 👋😄

@zachariahtimothy There isn't one, but you can ⭐️ the repo to show your appreciation! 😉🍻

@reywright Looks very promising Rey! Nice work.

I understand the issue that you are having, but wouldn't this be a bad practice?

What you say about the types is true, but it was probably a mistake since I didn't intend to support default exports. Named exports, default exports, or both? Which one...

Of course. Can you show us how to fix them? As I said, this was likely a mistake, because I didn't intend to support default exports when I wrote the...

Thank you, @chocolateboy. I recently added tests for [FORCE_COLOR](https://github.com/jorgebucaran/colorette/blob/master/test/FORCE_COLOR.sh) and [NO_COLOR](https://github.com/jorgebucaran/colorette/blob/master/test/NO_COLOR.sh). Could you explain why `FORCE_COLOR=0 node ./test.js | strings` or `FORCE_COLOR= node ./test.js | strings` expects _no_ color? I...

To answer my own question, I think it is because when we pipe colorette, color should be disabled.

🎉 @chocolateboy I got it! But... --- Now that I finally understand the issue, I'd like to advocate against implementing `FORCE_COLOR=0` as described in [this comment](https://github.com/jorgebucaran/colorette/issues/43#issue-642965221). Why? I think presence...