Brendon Muir
Brendon Muir
Hi @vanboom, what does `.fatal` do in this situation. Does it prevent the app from running until the problem is fixed. If it just logs out and carries on then...
Thanks @vanboom. Good points. Let's continue the discussion on the issue thread for now until we come to an agreement :)
Haha! I feel like a computer scientist must have already solved this problem :D I definitely think the practice of dividing the space equally each time is basically a non-starter...
I'm still totally keen to solve this problem. Equal spacing really doesn't work when things are always appended to the end of the list. It's an exponential problem by the...
Thanks @cpb, I've grown in my understanding of this problem since 2020 and a `preferred_spread` is probably the best way to go. All the other options (e.g. string columns, larger...
Hi @singhdurgesh, in the intervening years I've since released the `positioning` gem based off of that concern: https://github.com/brendon/positioning Check it out and let me know if it performs better in...
@lja1018, Would it be possible to merge this and pop out a new release? This dependency creates a lot of noise with Dependabot around vulnerable dependencies in any app that...
Better than that, use this as an initialiser: ``` WickedPdf.config[:disable_smart_shrinking] = true ```
I just wanted to float this concept before cleaning it up (documentation and tests). What do you think? I know it breaks the existing API but it's better to rename...
I'd like to chime in on this one too. It seems to fire even on pages that don't have matching jQuery elements.