João Morais
João Morais
I fix this issue with the follow code: if #available(iOS 10.0, *) { alignedFlowLayout.estimatedItemSize = UICollectionViewFlowLayoutAutomaticSize } else { alignedFlowLayout.estimatedItemSize = CGSize(width: 1.0, height: 1.0) }
> Getting this same error, but I installed with SPM. Did you find out how to work around this? In my case was an issue with the Contentful library version....
I will try to work on this.
> * add a code suggestion in the error message if `fill_value` is a Python scalar to create the numpy scalar of the right dtype. There may be edge cases...
> Hey @lesteve any update on this? If there's any issue in the PR made can I work on this? I'm working on this in #29564. I will submit a...