Blake B.

Results 42 comments of Blake B.

As far as I'm aware, useGqlError doesn't retry the request or provide a way to do so in the function itself. A way to implement this could be to return...

This would be amazing! However, at the moment, the only way to do this would be to compile from Dart to Brightscript (Roku's proprietary language).

Any progress to fixing this issue without this jank workaround?

Same issue. Did anyone figure out how to get around this?

There's an open draft PR for IMA integration here. [#1046](https://github.com/vidstack/player/pull/1046)

I found a decent workaround temporarily When you have private networks enabled, we know that the first thing attached to it will be the API load balancer. This internal address...

Also seems related to #207 and [https://github.com/NVIDIA-Merlin/Merlin/issues/485](https://github.com/NVIDIA-Merlin/Merlin/issues/485) I found a temporary workaround that is putting ``>> LambdaOp(lambda col: col.values[col.values>=0])`` after QueryFaiss. eg. ```py retrieval = ( user_features >> PredictTensorflow(retrieval_model_path) >>...

It's an open defect with fmp4 handling. https://trac.ffmpeg.org/ticket/7359 https://ffmpeg.org/pipermail/ffmpeg-devel/2020-April/261343.html There's a patch from 2020 but it hasn't been merged.

Hello, I'm experiencing the same issue. Is there a workaround for this currently?