Jeremy Cohen Hoffing
Jeremy Cohen Hoffing
It took me hours to figure this out so I want to help anyone else having trouble getting this running on Heroku. Kimurai uses the `lsof` command, so you need...
**Describe the issue** There are several weird bugs happening in sandbox for Ruby lambdas: 1. When setting the handler method arguments as ```ruby def handler(event, context) ..... end ``` You...
## Thank you for helping out! ✨ ### We really appreciate your commitment to improving Architect To maintain a high standard of quality in our releases, before merging every pull...
In the docs, you can eager load the searchable associations via `PgSearch.multisearch("Square").includes(:searchable)`. After adding additional attributes via migrations and configuration: ``` # migration file create_table :pg_search_documents do |t| t.text :content...
In development the fonts work fine, however in production, all the font files return a 404: `https://foobar.com/assets/font-awesome/fontawesome-webfont.woff` returns 404. I am using Rails 3.2, without compass. I have tried precompiling...
Hello! Can you please publish the latest beta version with latest fixes to npm? I'm having trouble getting this package to work when installing via referencing master or the latest...
I think this will partly solve https://github.com/claffin/cloudproxy/issues/3. The `cert.pem` and `key.pem` can be generated with [mkcert](https://github.com/FiloSottile/mkcert) Tbh I have no idea what I'm doing, any suggestions would be much appreciated....
Can you please add support for the [Content ID API?](https://developers.google.com/youtube/partner/docs/v1) This would be very useful for content owners. Thank you.
Thank you for this library! I have a question about the example in the README. How are you passing the the `chatID` and `userID` from the Rails app when setting...
Hello again! After extensive testing, I'm running into a lot of false positive results across many different videos using the `tmk-query` tool. [Here is a link](https://github.com/jcohenho/tmk-test-files) to a public github...