Larry Kyrala

Results 15 comments of Larry Kyrala

In our case, we are using [MemoQ](https://www.memoq.com/en/) which supports Rails default interpolation, but 'locks' anything inside the `%{...}`, making it impossible for translators to actually edit the text within the...

> For anyone wondering how to install 2.2.0 in the meantime: As a workaround you can use `$ ansible-galaxy install https://github.com/rvm/rvm1-ansible/archive/refs/tags/v2.2.0.tar.gz` Still an issue: ``` TASK [rvm.ruby : Import GPG...

I'm getting something similar, but only for rake: ``` failed: [localhost] (item=rake) => {"ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "rake", "mode": "0755", "msg": "refusing to convert from...

As soon as another team installed psych v3.1.0 (as part of a Rails 5 update?) into our common gemdir, we started seeing failures in Rails3 rake tasks. This seems to...

**UPDATE**: it seems that rubocop 0.65.0 has [a dependency on psych 3.1.0](https://github.com/rubocop-hq/rubocop/commit/b311521667aeda4ee7b903bb9c530065d5a2d959) and pulled it in. **WORKAROUND**: As I [mention in Rubocop's issue thread](https://github.com/rubocop-hq/rubocop/issues/6781#issuecomment-471061171), this seems to be because they...

I could see a way this could be done more easily. In Savon, wrap use of httpi with ``` begin httpi.call rescue Exception => e raise SavonError(e) end ``` As...

I had a [quick conversation](https://twitter.com/coldnebo/status/1067158275530125312) with Aaron on Twitter. Hi, @ruralocity, we'd like to use your book, but are unsure of the source code licensing? Can you clarify and please...

> I think this is the same problem being worked on at [rubygems/rubygems#6632](https://github.com/rubygems/rubygems/pull/6632)? I think you might be right. I'll see if the PR fixes this issue on my side...

I don't think there is any way to patch this because of when it is loaded, so I'm waiting for the fix version I guess.