Corey Worrell

Results 22 comments of Corey Worrell

This seems to happen with the v2 invisible option as well.

Yes it’s an easy enough workaround. I am using Postmark SMTP.

This doesn't seem to work anymore. If I do try this, the rasterization process just hangs up at 0, and nothing happens.

The deploy commands are all chained together with `&&` as you can see when using `mina deploy --simulate`. But local commands are just placed inline. My temporary fix is to...

@arusland that does not seem to work either. Thanks for the suggestion though.

@atilkan sorry, that was probably bad example to use, but it is the correct mixin name.

https://codepen.io/coreyworrell/pen/aazVMz

It only relies on indentation when not using brackets. As you'll see in my first example above, `.text-nowrap` outputs correctly. So the `.text-truncate` version should as well.

@desandro Thanks very much, that works really well. I couldn't quite get it working with the `IntersectionObverver`/`requestAnimationFrame` optimization, but just wrapped it in a throttled `onScroll` and that will work...

Also having this issue, but using Mautic 4.2.0 with MariaDB (Ver 15.1 Distrib 10.3.34-MariaDB). SMS message setup, shows 2 pending, but never sends, using cron and manual `mautic:broadcasts:send` Edit: setting...