Charl Matthee

Results 7 issues of Charl Matthee

Here's a simple script illustrating the issue: require 'rubygems' require 'radiustar' # Monkey-patch to allow access to private decode module Radiustar class Packet def decode_attribute(name, secret) decode @attributes[name], secret end...

There are a lot of moving parts to this setup and a sample app (say something like https://facebook.github.io/flux/docs/todo-list.html) would be really helpful.

help wanted

Add ActiveAttr mixin.

Distributing punctuation and digits throughout the passwords will most likely provide a more random (stronger?) password, sacrificing _memorability_. Would be nice if this was a switch that was off by...

Any idea on when you'll be looking at adding serialization?

When trying to retrieve a page from a SSL resource, the exception above is thrown, even though OpenSSL::SSL::VERIFY_NONE is set. Environment: OS X 10.6.6 $ jruby -v jruby 1.5.5 (ruby...