Brandon Williams

Results 96 comments of Brandon Williams

> My attempt to reproduce this in a test case works fine: Hi @lukeredpath, if you can provide a repro we will definitely take a look. @floormatgen Yeah that's the...

Looks like this wasm step is quite old (Swift 5.9.2). You could try updating based on our most up-to-date library: https://github.com/pointfreeco/swift-sharing/blob/10ba53dd428aed9fc4a1543d3271860a6d4b8dd2/.github/workflows/ci.yml#L44-L60 Or we can look into it soon.

> EDIT: Given the complete lack of mention of GRDB in the [SQLiteData](https://github.com/pointfreeco/sqlite-data/tree/1.0.0) README, I would advise commenters to choose their arguments with more tact and discernement than some of...

Hi @ckse93, I believe @alpaycli has figured out your problem here. You are using the name of the items to scroll to a row, yet you are using the store's...

Hey @hyp, sorry for the delayed response! This looks good and we will happily merge and release. I'm curious though, do you have any advice on how we can get...

I'll go ahead and merge this now, but please do let us know if you can help us get Android CI on some of our repos. Thanks!

Hi @PriyankaAngotra and @kahseng-seek, according to #692 this was needed to fix to prevent a crash: > Without this patch snapshots crash, with this patch, only the background color of...

Hi @priyankaA87, honestly it's tough to make a call on this. We have one PR saying this changed prevents crashes and worked for them, and now we have another saying...

Hi @teameh, FWIW we do all of our web view snapshotting on Mac when testing for the Point-Free website, and that works just fine. I'm not sure when this strategy...

> Well there's is no specific strategy for WKWebView right? This is just using your default UI/NSView(Controller) strategy. Can we define our own strategies for webviews inside of view(controllers)? Hi...