Hare Ram Rai

Results 6 issues of Hare Ram Rai

I am opal in my application but I am having a problem with getting an error line number while executing any code. ````ruby source =

Hi, I want to implement a wrapper around handler to add some generic code. Do you know how to implement this using serverless-golang. Also I found an npm package for...

I am trying to download the website which is using javascript & ajax to load some dynamic content using below code snippet. ```` p := &phantomgo.Param{ Method: req.Settings.Method, Url: url,...

I was trying migrate my DB from MySQL to PostgreSQL, while doing that I got heap exhausted error & after reading some of earlier reported issues, I got a recommendation...

Hi I am using the below gems ``` ruby gem "workless", "1.1.1" gem "delayed_job", "2.0.7" gem "rails", "~>2.3" ``` In production.rb, I have added the below code ``` ruby config.after_initialize...

Hi , I want to create package for ruby on rails and not able to find a way to complete it. Also in guide , i didn't find anything for...