eiked
eiked
Hi Matt, took me some time to get back to this problem. When I set: `set :svn_revision, 1234` I get: `bash: line 1: --revision: command not found` I believe this...
$ cap -v Capistrano Version: 3.10.1 (Rake Version: 12.3.0) --- I had in my Capfile: `set :scm, :svn` which resulted in in a deprecation warning (when run with --trace): From...
In my client code I need to obtain the barcode of a release. I currently do (as of Discogs::Wrapper,v2) barcode = release.identifiers && release.identifiers.find{|i|i.type=='Barcode'} self.ean = barcode && barcode.value.strip Back...
release = discogs.get_release(...) sometimes includes release.identifiers but sometimes does not. (aka release.identifiers == nil) I'd like to suggest to add some postprocessing to the Discogs::Wrapper aka: release.identifiers=nil should automagically be...
Hi nthj, Big thanks for the ingorable gem. I found out, that this is now included since rails 5 It did still work with prior versions of rails 5 but...
I'm working on the code, hope to have improved it. ~eike what's new? - refactored eval, void_eval etc - the eval methods now take a args:hash as an optional argument...