Results 110 comments of Adrian

> My view is that cycles exist and should be allowed to be stored in the db, and the way we deal with this is by using EQL queries which...

Wow, thanks for the great responses. It might take me some time to process everything. > hello @phronmophobic, one thing to consider here, is your tab content homogenous or heterogeneous?...

Great! Skia supports many different pixfmts directly. I think skia even supports YUV, but I haven't figured out the exact incantation yet.

Oh ok. I did not realize that the pointer was accessible from the tensors. That's a good start. I noticed that `encode-frame!` also handles the frame's `:pts` property which might...

That looks great!

> Never mind, I found out that Libffi closures are not supported on iOS because Apple does not allow code generation at runtime @emassey0135 , What's the source for this?...

Can probably just use new POINTER-TYPES recursive specter navigator.

Some specific problem expressions: - membrane.audio also has this problem - https://github.com/phronmophobic/membrane/blob/7e82b68f7a5b70a5d1c5f7e3db8f91c0230069ad/src/membrane/webgl.cljs#L579C38-L579C38 - https://github.com/phronmophobic/membrane/blob/7e82b68f7a5b70a5d1c5f7e3db8f91c0230069ad/src/membrane/webgl.cljs#L165

Some discussion: https://clojurians.slack.com/archives/CVB8K7V50/p1669723237116279.

I dug into this a bit more. It seems that some requests will have their input stream wrapped with a [ContentLengthInputStream](https://hc.apache.org/httpcomponents-core-4.4.x/current/httpcore/apidocs/org/apache/http/impl/io/ContentLengthInputStream.html). Per their docs: > Note that this class NEVER...