Michal Cichra

Results 34 issues of Michal Cichra

OpenSSL says SSL_CERT_FILE and SSL_CERT_DIR environment variables can be used to set default location for certificate fails. HTTPClient ignores this setting. Net::HTTP respects that setting. ``` $ ruby -rnet/http -e...

OpenSSL provides default certificate file and directory in: * `OpenSSL::X509::DEFAULT_CERT_FILE` * `OpenSSL::X509::DEFAULT_CERT_DIR` Those defaults can be loaded by [`OpenSSL::X509::Store#set_default_paths`](http://ruby-doc.org/stdlib-2.5.0/libdoc/openssl/rdoc/OpenSSL/X509/Store.html#method-i-set_default_paths). On platforms that do not have this set up properly `HTTPClient::SSLContext#working_openssl_platform?`...

DSL should have command to close current tab (or ability to send keystrokes). In my workflow I'm creating new window and I want to close current active window.

feature

Ruby 2.1 has required keyword arguments, that could clean up a lot manual checking for existence of a key in options. Would you consider requiring Ruby 2.1 ? I'd say...

new feature
question

Like #16 & #26 But just using a `Thread`. There is just one socket opened, so there can be just one Thread with the client running in the backround.

new feature

pry will load all cli.rb files from plugins, no matter when they are disabled or not and loading cli.rb will load all extensions and fully loading the plugin so `Pry.plugins['byebug'].disable!`...

It is valid use case to set both command map and prefix. In case of using different binary, the map should still be active and prefixed. Includes and closes #310....

I see SDK 1.4 in the [changelog ](http://www.developers.meethue.com/documentation/changelog), but there is no release. Could you release 1.4?

by keeping track of requests that were made instead of remaining ones it is possible to change the limit on the fly and share one counter between several count limiters...