Nelson
Nelson
- Automatic Linker v1.2.3 - Logseq v0.7.6 - macOS 12 I have the same issue every time when I launch Logseq.
It turns out that I must set all keybindings to fix this error message.
> Should we be doing async downloads inside cgsize ? I don't understand your question. Your server should provide images information to you, includes images size. Does it answer your...
I assume that you get the image URLs from your server. If so, then your server can send image size and URL information together. If your server don't know image...
No, what I'm saying is something like this: 1. You send an API call to your server to get image information. 2. Server responses a JSON like this ``` [...
@abhishekg219 You should provide actual image sizes, instead of default size.
Are you using the CHTCollectionViewWaterfallLayout`.h/.m` or `.swift` version?
Are cells' heights changed?
1. `viewForSupplementaryElementOfKind` will get called, you can see the demo for more information. 2. `referenceSizeForFooterInSection` will **NOT** get called, because it belongs to `UICollectionViewDelegateFlowLayout` but my `CHTCollectionViewDelegateWaterfallLayout` confirms to `UICollectionViewDelegate`.
no idea