gingerlime
gingerlime
@leoarnold probably better if my colleague @joker-777 comments to confirm this, but as far as I'm aware, our main app javascript is compiled using webpack(er), but ActiveAdmin, CKEditor and our...
@leoarnold I was hoping that the strace files I [shared](https://github.com/rails/sprockets/issues/640#issuecomment-546691392) would help pinpoint the issue? but not sure if anyone had looked at those? Anyway, here's the manifest output from...
Thanks @leoarnold we'll look into it (@joker-777?) Definitely feels like adding a `uniq` makes sense. Even if there would be no deadlocks, what's the point of precompiling assets more than...
@scorphus cool. Would you be comfortable opening a PR to add wand-engine into the Docker image? are you comfortable with docker to test it? I can definitely help with adding...
Hey @scorphus sorry for the delay. The [main thumbor Dockerfile](https://github.com/MinimalCompact/thumbor/blob/master/thumbor/Dockerfile) should be the best starting point I assume? plus the [requirements.txt](https://github.com/MinimalCompact/thumbor/blob/master/thumbor/requirements.txt) file. In addition, the [thumbor configuration](https://github.com/MinimalCompact/thumbor/blob/master/thumbor/conf/thumbor.conf.tpl) lives in a...
@scorphus 👋 Yeah, thumbor seems to move a bit slow to python 3 if I'm not mistaken? haven't seen any announcement or much changing, but I'm not following very closely....
I'm [well aware of it](https://github.com/MinimalCompact/thumbor/pull/103) :)
I tried it with our rails 6 app which we removed the asset pipeline for, and I'm getting this error after running `rake tolk:setup` ```NoMethodError: undefined method `assets' for #```