Gilbert Pellegrom
Gilbert Pellegrom
@DIntriglia Sure happy to merge a working PR with tests 👍
This package is designed specifically to cater for non-equal height rows. Creating a layout like Flickr is relatively easy using normal flex/grid CSS styles.
If you're loading a page with images I suggest using something like https://imagesloaded.desandro.com and calling `FlexMasonry.refreshAll();` once all of the images have loaded.
So you can either use `refreshAll`: ``` FlexMasonry.refreshAll(); ``` Or you can refresh an individual grid: ``` var grid = document.getElementById('my-grid'); FlexMasonry.refresh(grid); ```
Thanks for your suggestions Matthew. Can you explain what you mean by `Extract top-level-domain to variable`? I'm not sure about using anything too complex DNS wise as people are used...
Yes it probably makes sense to open a separate issue for each of those items and continue the conversation in the respective ticket.
@younkim I just brute-forced it: ``` PATH=/usr/local/bin:$PATH && docker compose exec -T -u ... ```
I completely agree. Multi screen support is something I hope to add in the future. At the moment the module we use to set the wallpaper [doesn't support multiscreen](https://github.com/sindresorhus/wallpaper/issues/5).
I've added AppImage and rpm packages to the [latest release](https://github.com/gilbitron/Splashify/releases/tag/v1.1.0)
Actually I've just realised that the module I'm using for setting the wallpaper doesn't have a linux version, so I'm afraid I've had to remove the linux builds as they...