Tyler

Results 4 issues of Tyler

The notebook references `http://opus.nlpl.eu/download.php?f=OpenSubtitles/v2018/mono/OpenSubtitles.it.gz` as the source, when I visit the linked opus.nlpl.eu page I see this grid with a bunch of LANG.xml.gz files - I cannot seem to locate...

If you would like to run the remote worker on the cloud - you can follow this guide. This guide uses AWS, but other clouds that support GPU resources should...

cloud gpu

http://stackoverflow.com/questions/19282839/aws-s3-gem-will-connect-in-application-rb-but-fails-on-subsequent-uses-of-api-me Please check the post at Stackoverflow - I believe something in your connection.rb class does something weird with the string when it's passed via an environment variable. When I...

Reading through the source of Workless, you check for failed_at attribute of the backend table: ``` ruby if Rails.version >= "3.0.0" Delayed::Job.where(:failed_at => nil) else Delayed::Job.all(:conditions => { :failed_at =>...