Kevin Chugh, Ph.D, Founder, Main Street Computing (mainstreetcomputing.com)

Results 10 issues of Kevin Chugh, Ph.D, Founder, Main Street Computing (mainstreetcomputing.com)

I have a rails 6 app, using mysql2 0.5.3, everything installs fine, when it goes to start the apache error log shows: The application encountered the following error: incompatible library...

I got it working with this [this PR](https://github.com/phillipberndt/fakexrandr/pull/70/files) but when I run it, I don't see anything the dialog: ![image](https://user-images.githubusercontent.com/2089690/148606208-8b85a517-357b-4a1b-8891-eef49426ee51.png) From previous installations, I believe it's supposed to auto-detect something,...

Hi, we are getting this error when we generate PDFs with Prawn and use Adobe Acrobat to read (works fine in chrome). Google searches point to a fix where 1.62...

Hi, when I do a search on Google, I get 115,000 items, but with the gem, I get 64. Should they match?

If you go this link http://www.verifyemailaddress.org/ and enter "[email protected]", and click "details," you get a 550, but with this gem, you get a 250. Why are they getting something different?...

question

If you have a regex like: expression = /([0-9]*)/ The beautifier chokes and adds extra indents after it. You can work around this by commenting out the regex line, then...

Hi, is this possible? I don't see any method or attribute for card comments. Thanks for any info.

Feature

hi, i see in the time analysis, which I believe is the 5th report down, the Request column is too small to be useful - I can't tell which method...

Would you please review this issue and make this change (I tried to do a pull request but the repo is closed) in lib/pdf_forms/pdftk_wrapper.rb change line 43 from `tmp =...

If verify_recaptcha fails, how do you redirect the user back to the form but this time make them solve a puzzle?