John Bolliger

Results 40 comments of John Bolliger

@drwl I'll take a look and see if it does work for my use case.

I've been looking at the syntax for the flag and it seems to cover the behavior when you have a standardized format, like a `app/lib/forms` directory. In the case I...

@antulik I agree about the security risk of `record`. At first I really liked the `record` filter but after reading this I've gone back and changed them to be `object`...

This issue appears to be very odd. I am logging each of the cells with their number every time they appear and disappear. Sometimes the sheet can be presented without...

I got around this bug by changing the itemSize to absolute instead of estimated. I think this may be because the estimated size changes for the cells that are being...

@apptekstudios I just tested this on `v1.8.0WIP` and I'm still seeing the original behavior.

I ran into this issue, and it looks like tryin to append `.background(Color(.systemGroupedBackground))` to the ASCollectionView caused the navigation title text to float in place and the title would never...

> Hi @skunkworker, I haven’t had a chance to release the new version yet but someone else encountered this issue and made a simple fix in this PR (setting the...

@apptekstudios it looks like there may have been a bad merge. I tracked down the PR here https://github.com/apptekstudios/ASCollectionView/commit/484a82d0e7d16359d593a2ff00a2b46dceb7d467#diff-7f9f29f1f24c322ca3c619f169098e877fa4e3df56da7732e282e3d4ec06857fL182 and for some reason the `assignIfChanged(collectionView, \.backgroundColor, newValue: parent.backgroundColor)` line is removed....

@mikenz shouldn't this be changed to `v18.09.0`