Juanito Fatas
Juanito Fatas
OS X 10.10.1, bash 4.3 ``` SHELL=`which bash` bash -c 'chruby-exec 2.1.3 -- date 2>&1 | cat' bash: chruby: command not found ``` ``` $ chruby-exec --version chruby version 0.3.9...
@jonathanwiesel Can try the [twemoji](https://github.com/jollygoodcode/twemoji) gem.
Thanks @kaspth and @matthewd for your reviews!! I updated the PR to check if we already clone a given remote + revision as suggested โบ๏ธ Iโm struggling writing a test...
@kaspth Sorry about the disappear dotenv reference. @matthewd The changes look good to me, thank you! ๐ I added a test to simulate we donโt checkout twice in 7e26027. I...
> I'd like to consider omitting the "relevant files" section... or maybe relegate it to a `--full` option or something. What do you think? Sounds good ๐ We can add...
Thanks for the advice and Happy Friday! I could not figure out the internal APIs to do in-memory resolving. Should we do something similar to how [`Gel::Environment.install_gem`](https://github.com/gel-rb/gel/blob/450d831b0a1d156a8c89177154114d9438f2a249/lib/gel/environment.rb#L338-L352) does here? Is...
Sorry I'm not familiar with JRuby. What are your suggestions regarding `RUBY_ENGINE`? Could you submit your suggestion to fast-ruby? Thank you very much!
@yantene Hi Shuhei, previously I dumped all the shortcodes used by Slack. We can look for unicode if they have something documented. https://github.com/jollygoodcode/emoji-keywords
> This could be used as an extension to RubyMine that provides context-sensitive tips for better performance Nice! How do I create these tips for RubyMine?
[benchmark-ips now can export json](https://github.com/evanphx/benchmark-ips/pull/29).