Kris Leech

Results 30 issues of Kris Leech

I publish, using `kafka-console-producer`, escaped JSON such as `{\"name\":\"kris\",\"color\":\"blue\"}`. When I receive it using Poseidon I get `"{\\\"name\\\":\\\"kris\\\",\\\"color\\\":\\\"blue\\\"}"`, which is doubly escaped. Using ``kafka-console-consumer` I get the message as published....

This plugin requires pathogen to be installed because of `pathogen#split(&rtp)`. The README reads like pathogen is used in the example to install the plugin but is not a hard requirement....

I get the error if I try and use ":scm => :git". The config/deploy.rb file does exist and specifies :domain. If I do not specify an scm and it falls...

``` virtus/lib/virtus/builder.rb:73: warning: method redefined; discarding old attribute virtus/lib/virtus/builder/hook_context.rb:43: warning: previous definition of attribute was here ``` This PR silences the above warning by first undefining the method before defining...

The homepage URL is wrong, I found this out when clicking it from the [echoe rubygems page](https://rubygems.org/gems/echoe).

It looks like `root` is hardcoded in node.rb as the SSH user. The problem I am having is EC2 server have a user called `ubuntu` instead. Would you accept a...

This is a great gem and it would be really useful if it was released to RubyGem allowing "sudo gem install shuber-sortable". Using the Github as a gem source is...

When I run my tests or start iex I sometimes get the following error: ``` ** (Mix) Could not start application export: Export.Application.start(:normal, []) returned an error: shutdown: failed to...

We are consuming messages from Kafka using Broadway. Since Broadway will always ack the message we need to handle retry ourselves. If there is any error we want to retry...

**Describe the bug** ```elixir require Logger Logger.info("KRIS") ``` ``` 12:34:37.317 [info] KRIS 12:34:37.318 [debug] [logger: :removed_failing_filter, filter: {:nr_logs_in_context, {#Function, %{mode: :direct}}}, owner: :primary, log_event: %{meta: %{pid: #PID, time: 1764765277317446, gl:...