Victor Lymar

Results 10 comments of Victor Lymar

I just ran into this issue while I was attempting to reinstall `0.7.3` after upgrading my computer to the High Sierra GM candidate (10.3 Beta). Was fixed when I ran:...

I too am interested in this feature, but I recognize there are some tradeoffs. > Would you still expect it to start the REPL in the background, or would it...

**Update** ruby-ldap was just recently bumped to version 0.16.0. This bump fixes the SASL bug mentioned in this issue. Changelog: https://github.com/ruby-ldap/ruby-net-ldap/blob/master/History.rdoc This version also enables hostname verification, which allows you...

I had the same problem. Gemfile: ```ruby source 'https://rails-assets.org' do gem 'rails-assets-formrenderer-base', '1.2.6' end ``` the gemspec for `rails-assets-formrenderer-base` has the following: `spec.add_dependency "rails-assets-DOMPurify", "~> 1.0.2"` The `Gemfile.lock` shows the...

Note that on rails-assets.org, the gem is lowercase: https://rails-assets.org/#/components/dompurify

Nvm, when I tried to deploy I got the following error: ``` Downloading rails-assets-formrenderer-base-1.2.6 revealed dependencies not in the API or the lockfile (rails-assets-DOMPurify (~> 1.0.2)). ``` This tends to...

I found another workaround - since I control the `formrenderer-base` library, I was able to just downcase the dependency name in `bower.json` from: ``` "DOMPurify": "~1.0.2" ``` to ``` "dompurify":...

Thanks for the response, and sorry for the delayed response on my end. That all makes sense, but the part I'm most curious about is this: > I have a...

That makes sense. Zooming out, it'd still be very useful for us to have a way to detect that we've received the end of a content part. As signal for...