RyccoSN
RyccoSN
Hey Tobias, This gem was created way before activestorage, so there's definitely no support for it. Right now I'm pretty busy to keep it updated, but feel free if you...
Since they're all modifying the file, I suggest not running them concurrently with Promise.all, but sequentially using https://developer.mozilla.org/pt-BR/docs/Web/JavaScript/Reference/Statements/for-await...of
Facing same issue here :(
Also happening to me. On the latest version the body is undefined.
When I call user.evaluators_for(:score), it returns al the evaluators for user. But how can I return the values that those evaluators inputed?
Hey, there's this gem I have developed that adds touch gestures support to Capybara. Take a look at https://github.com/Ricardonacif/touch_action . Thanks,
Man I'm facing the same issue. Did you find any solution?
@pacMakaveli I don't see a problem on doing that. In fact, that's what pdfkit gem did.
IMGKit::CommandFailedError - wkhtmltoimage-amd64: error while loading shared libraries: libjpeg.so.8
I'm facing the same issue. Any updates?
IMGKit::CommandFailedError - wkhtmltoimage-amd64: error while loading shared libraries: libjpeg.so.8
@jeremieweldin I don't remember exactly how I solved it, but here's my currently working setup: ``` #06-wkhtmlpreinstall.config packages: yum: xorg-x11-fonts-75dpi: [] libpng: [] xz: [] urw-fonts: [] libXext: [] openssl-devel:...