Lee Hambley
Lee Hambley
Ran into a weird one today, I had something like: ``` rub SSHKit.config.command_map[:rake] = "/usr/local/rbenv/shims/bundle exec rake" SSHKit.config.command_map[:ruby] = "/usr/local/rbenv/shims/ruby" ``` I had a problem with `Rake x.x.x is already...
I didn't know (until reading the docs) that SSH supports multiple known hosts files, how cool would it be if we could check in to source control (with all the...
Hey, following positive and communicative feedback on the other issue I wanted to pitch an idea. I've come to nokogiri-diff for testing pages (we have a [ICAP](http://en.wikipedia.org/wiki/Internet_Content_Adaptation_Protocol) proxy that we...
We use `format-graphql` along side the `graphql-schema-linter` package (via https://pre-commit.com/) `graphql-schema-linter` provides the means to disable some of it's lint checks (unused types, camel casing) https://github.com/cjoudrey/graphql-schema-linter#inline-rule-overrides However, when using it...
Please see the attached screenshot which shows 10 days of our ~30-45 node (elastic) Sidekiq cluster. We're running a bit older versions of Sidekiq(enterprise): ``` gem "sidekiq", "~> 5.1.3" gem...
This almost certainly depends on environmental factors, however in a Rails app where we have a fairly vanilla set-up with Avromatic calling `#avro_message_value` yields an UTF-8 encoded string. That's pretty...
@fetep Nice that you wrote this in Ruby, any plans to write a readme, or anything like that? (I guess it's mostly the same as the node version, and Ruby...
Would you accept PRs that go in the direction of adding an executable to this project which inlined the `metadata.json` and box so that someone can do a `bundle exec...
I just leave this log here, but the type definitions prevent installation in my environment. TS config also included: ``` ➜ fp-ra-client git:(main) ✗ yarn add https://github.com/leehambley/fetch-cookie --ignore-scripts yarn add...
I'm new to developing for OSX and iOS, but it seems that AFNetworking is the current best of breed for networking code, and that ASIHTTPRequest has lost favor owing to...