Muhammad Nasir Shamshad

Results 5 issues of Muhammad Nasir Shamshad

Hi, I was using this gem for parsing rtf file ruby version is 2.4.0 and rails is `'rails',` '~> 5.1.4'` when I execute `doc = RubyRTF::Parser.new.parse(File.open(path).read)` where "path" being equal...

Dots are placed wrong for example instead of **نے** it's written as بے I've encircled in yellow other errors as well. My thoughts are - It might be due to...

My code looks like this, I need to render other keys `unless params[:search].present?` `@response.merge!({code: 0, message:"failed, please provide search term"})` `else` `data = Model.search(params[:search])` `@response[:data] = { search_result: data, size:...

Hi, In `long_scrape_posts` I'm facing this issue this might be due to they have updated their html tags etc. Ambiguous match, found 3 elements matching css "div section span span"...