epinault

Results 17 issues of epinault

Bundler goes to the wrong server if I install ruby without openssl. Currently with Ruby 1.9.3-p392 and 1.9.3-p362, and bundler 1.3.x, If I do the following bundle install --path vendor...

So I am using 0.8.6 gem , ruby 2.1.1 and 2.1.3 on ubuntu 12.04 with everything up to date (openssl shows 1.01 But normal http works fine.. https totally fails...

Hi Is there a way to use curb to send some data in the body (post or put) but controlling the size of the chunk ? I keep reading there...

Is this still maintained? I see MR that are waiting to be merged for a long while. Do we need more maintainer?

On OSX Maverick (10.9.1), using bash shell 3.2.51(1), and ruby-install 0.4.0 I love ruby-install but does not seem to work with proxy. I have my http_proxy and https_proxy correctly and...

bug
curl

HTTPoison is old (1.3.1 is out) Plug is old (1.7 is out) Cowboy is old (2.5 is out) makes it really hard to use it as it starts to create...

This would be very useful if I want to create a new config by hand :( I may not have a file to read from and there is not other...

The command for sudo ``` def user(&_block) return yield unless options[:user] "sudo -u #{options[:user]} #{environment_string + " " unless environment_string.empty?}-- sh -c '%s'" % %Q{#{yield}} end ``` is not resetting...

new feature
help wanted

When resize is set to false and the table rotate, how do I get a line between each row ? I am trying this table.render do |renderer| renderer.border.separator = :each_row...

bug

based on recent change in Ecto SQL 3.9.x , it seems that it s not working correctly anymore this check. They added an advisory pg lock. per https://hexdocs.pm/ecto_sql/Ecto.Migration.html#index/3-adding-dropping-indexes-concurrently I tried...