abhijit
abhijit
Windows has the ```where``` command. I noticed that in the ```imgkit-/lib/imgkit/configuration.rb``` file, changing the ```def wkhtmltoimage``` helped - ```ruby def wkhtmltoimage @wkhtmltoimage ||= begin which_cmd = ((/cygwin|mswin|mingw|bccwin|wince|emx/ =~ RUBY_PLATFORM) !=...
This did work although now I can't add description for the specific task. How I ended up resolving it was creating another rakefile under 'server' by a different name -...
I tried both disabling and uninstalling the solargraph extension. Without the solargraph extension, the code just hangs. With the extension the error is as reported by @coderhs I'm on: Windows...
Yes, have both `ruby` and `pry` installed. ```shell [1] pry(main)> puts 'Hello!' Hello! => nil [2] pry(main)> ```