Brendon Muir
Brendon Muir
Just wondering if anything ever came of this? :)
Just arrived here after noticing the version downgrade when updating to Rails 7.2. @binarylogic, is there anything further stopping a new gem release with the Rails 7.2 and 8 support?...
No worries! :) It loads much nicer now too which is good :)
If you're using `paperclip` for `kt-paperclip` still and used `posix-spawn` as an optional dependency of `terrapin` then you can drop this dependency as `terrapin` no longer supports it: https://github.com/thoughtbot/terrapin/commit/02f57b5a8b8f82a571fa929143b94a890333b06e
I've come across some similar difficulty when trying to upgrade the checkradio plugin. It appears abandoned so I'm just going to internalise it. They did things like this: ``` @each...
I went for this approach in the end: ``` @use "sass:list" @use "bulma/sass" as bulma @use "bulma/sass/utilities/functions" @each $name, $pair in bulma.$colors $color: list.nth($pair, 1) $color-invert: functions.bulmaFindColorInvert($color) @if list.length($pair) >...
Is it because the browser you're running Trix in doesn't have access to those images? We get these kinds of issues when users copy and paste images from Gmail since...
If it's any help, this is what I see. I assume you see an actual image and not what looks like a 404 placeholder:
An interesting one. It looks like trix is interpreting the image as a blob even though it appears to be a valid web address. Perhaps it actually is a blob?...
Just following this up. It turned out I could add a policy to stop ImageMagick from processing mp4 files. Apparently there's also a way to specify only the first frame...