Greg Cotten
Greg Cotten
`av_seek_frame` works just fine for every file I have ever thrown at it - what issues are you having? Of course we could expose support for this method, but just...
Don't have time to work on it at the moment, but I see your fork - could you make a PR?
Hmmm Universal 2 builds seem to be broken again on master... Maybe something to do with the library split? If I checkout master at [this commit](https://github.com/AcademySoftwareFoundation/openexr/commit/e028c3b94a1d799b5825c6a0d718bd8b43164eb2), I can totally cmake...
Sure thing (using cmake version 3.19.1): `cmake -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" ..`
@armadsen Maybe a completion handler block parameter as well? Or maybe instead a new delegate method for didSendData or something like that?
I'm sure this would break anything that assumes `DatabaseQuery.Action.read` doesn't have an associated value - not really sure what to do there.
@gwynne just checking in to see if this at all makes sense!
> @gregcotten, any update on this? > > Would be ideal, if it had more options like "FOR NO KEY UPDATE;" to avoid deadlocking in some cases As far as...
A thought: any relations that are eager loaded in the query won't inherit the same locking clause as the QueryBuilder - should we consider how to make that work?