The Stranjer

Results 10 comments of The Stranjer

This PR is nearly a year old. I've been using my fork of this with it for a long time now.

Also, by the time you're calling `#green`, `#cyan`, etc, you're very likely referring to the color anyway. I can't think of a lot of cases where you would want a...

The argument for putting it in Object is that it opens the doors to running it on other things without an explicit conversion to String. The argument against it is...

My intention was to leave it on Object until someone complained and then limit it somehow when and if someone ever did. That someone might be me.

Nah, I know what I'm doing, I just also know that things can be undone on a whim. So when you find another gem that uses `#red` or `#cyan` or...

There being a lack of argument against it, and it being convenient for it to be so, seems compelling to me. The very specific case where `Object#red` is up for...

Can you elaborate on how this is a site bug? If so, maybe it can be fixed. To explain what I mean, show us what the site _ought_ to return...

Thanks! I'm not really a Java guy and it worked properly in the SDK emulator, which left me scratching my head. I had a bit of trouble getting it to...

If you're using RVM, it by default won't go into `vendor/bundle`. It will go into whichever gemset is being used. So, the benefit is primarily for RVM users. Here's what...

I didn't use that because I wasn't trying to _install_ it exactly, but _develop_ on it. I'm normally a Pleroma user and wanted to tinker with this locally. I submitted...