Andrew Loe

Results 9 issues of Andrew Loe

When compiling with warnings as errors which is default on launchpad: ``` cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix...

On a whim I rearranged my network and figured this out. I have a an "ops" server that runs carbon and collectd, and many clients running collectd. I have recently...

This requires that Rails.root be setup ahead of time, which is generally a safe assumption in Rails 3 (Bundler does it) or Rails 2.3 patched to run using Bundler.

Document QT_LOGGING_RULES=*.debug=false https://doc.qt.io/qt-5/qloggingcategory.html has the details.

enhancement
help wanted

While working on a Sinatra + Sprockets + Sass + Compass project that uses spriting I ran into this in production. This library should probably support #generated_image_url as well as...

@bmo figured this out, I'm just the messenger. The build method in QueryString calls #expires, and so does #encoded_canonical. ``` ruby # Keep in alphabetical order def build "AWSAccessKeyId=#{access_key_id}&Expires=#{expires}&Signature=#{encoded_canonical}" end...

I completely understand how tire is targeted at Rails 3 and beyond, thats is the future. For those of us with some older apps on 2.3 and new things on...

reminder

Thoughts on an alternate build with it enabled? Drags in some dependencies, so not advocating for it as the default.

enhancement

A real test against a real server with VERIFY_PEER. Using the cURL default root certificates, ironically available over HTTP only: http://curl.haxx.se/ca/cacert.pem