Results 10 issues of E. Sambo

Like [chruby_gemsets](https://github.com/lengarvey/chruby_gemsets) would be great

[`:cherries:`](https://www.webpagefx.com/tools/emoji-cheat-sheet/) is not defined anywhere 😦

I can only get it to work on python 2 with `pip install httpie==0.9.6`. It doesn't work on python3 (`pip3`) nor newer versions of httpie on python2

In order to resolve to a functioning version combination of pry that doesn't raise error `NameError: uninitialized constant Pry::Command::ExitAll` As a developer having to use Ruby 2.2.0 I want a...

I am getting some typespec errors because Dialyzer doesn't like `Message{timestamp: nil}`. This [timestamp](https://github.com/kafkaex/kafka_ex/pull/364#pullrequestreview-1324793257) was added as a required key. Shouldn't it be optional, so that it can be skipped...

Is would be very helpful to match on the [request _body_](https://github.com/bblimke/webmock#matching-request-body-and-headers-against-regular-expressions), and not just the _method_ and _path_. This might even help with with some/most of the use cases for...

feature request

It is annoying that every new version of Vimac requires me to _Grant Permissions_ to Vimac yet again, and the only way to get it to work is to first...

I like the behavior of how [ShortCatApp.com](https://www.notion.so/Shortcat-Support-1acbcd11880343a49612f1b7239c0199) allows me to search in the (Cmd+Shift+Space) search bar, and how it reduces the highlighted elements as I type more characters and making...

I fixed a few more things: - Growl integration from Guard didn't work with the new Growl 1.3 version from the App Store because of old Gemfile.lock - Updated Cucumber...

Faker used to be globally exposed which allowed the consuming Rails app to do things like: `Faker.Address.streetAddress()` But the introduction of _gulp_ in #2 stopped doing this which now causes...