Marcello Barnaba

Results 13 issues of Marcello Barnaba

The attached commit checks whether the `href` is absolute and lies outside the document origin, and if it is the case, it uses an `iframe` to reveal the facebox. Thanks...

Hello again, to make rake tasks appear in rails 3 applications, a Railtie is needed. Pull and you'll get it ;-). ~Marcello

Hello, I've just fixed the .gemspec - that included a wrong `FileList` - and regenerated it using Jeweler. Moreover, the removal of `require 'rake'` from the .gemspec fixes a bug...

Hi Robert, as discussed on the [couchdb-user mailing list](http://mail-archives.apache.org/mod_mbox/couchdb-user/201312.mbox/%[email protected]%3E), this pull request contains a batch of changes that we found useful in our production environment. Details are in the commit...

As described and fixed in #22 - however the fix is hacky and should be proper handled in go-clamd.

bug

As reported in #24, when clamd is not available or abruptly closes the connection, clammit panics due to a missing handling of the case in go-clamd. Handle the case and...

enhancement

The business of the ACL class is just to hold Designators and Roles, and not parsing the different ways a designator is expressed through the API. The [Eaco::ACL#identify](http://www.rubydoc.info/github/ifad/eaco/Eaco/ACL#identify-instance_method) method should...

question

It seems that when _to_prepare_ is invoked on Rails 3.2 reloading is not yet complete, and the Object namespace is still populated with the _old_ constants (speculating, in-depth analysis not...

bug

YARD documentation generation chokes on Travis: https://travis-ci.org/ifad/eaco/jobs/161058921#L298. It has been disabled in https://github.com/ifad/eaco/pull/5/commits/548eb291d4c6fa62442dd9e839dfd44a1de0dc02#diff-2, but it should be re-enabled, possibly pinning to a specific YARD version.

bug
help wanted

This change adds full node support and avoids having jQuery defined at parsing time, so that initialisation and jQuery binding can be done afterwards. Builds on work originally started in...

enhancement
help wanted