Richardson Dackam

Results 14 comments of Richardson Dackam

Still getting this error on: 'rails', '4.2.0' rollbar (3.1.1) secure_headers (6.3.0) ruby 2.3.0 ``` [Rollbar] Rollbar.js could not be added because undefined method `to_a' for # Did you mean? to_yaml...

@tlubz Did you a solution for this issue?

+1 These solutions didn't work for me. This is the actual error: ```` TypeError: this.subset.encodeStream is not a function at EmbeddedFont.embed (pdfkit.browser.es.js:36713:1) at EmbeddedFont.finalize (pdfkit.browser.es.js:36866:1) at PDFDocument.end (pdfkit.browser.es.js:38689:1) at render...

Locking the react-pdf/font version to 2.2.1 worked! Thanks

https://gist.github.com/3282515 I tried: ``` set_schema do integer :id String :title String :text datetime :date String :link set_primary_key :id end ``` but it didn't work.

My schema was like that before it didnt work. Did you see the gist? set_schema do primary_key :id String :title String :text datetime :date String :link end When I do...

This is still an issue

Lambda Containers? What's your recommended way to debug lamby issues? or when you get an issue in prod?I tried running the docker container locally; but I often don't get the...