Gabriel Gilder
Gabriel Gilder
@n8gray that's a good point, I hadn't considered that scenario. I suppose I might have to run both scripts to cover all the possibilities.
For anyone else who might be running into this issue, here's an example of how to switch from using `ofSetBackgroundAuto` to using a FBO so you don't have to do...
rbx seems to be borked on travis at the moment...
I believe the build is broken on rbx just because of the issue in [my other PR](https://github.com/chrisk/fakeweb/pull/50); please let me know if this looks ok!
I just hit this issue; seems like if @johnkary just published a new release this would be resolved...
Hi, I'm on an MBP M1 pro and I'm getting flickering with `ofSetBackgroundAuto(false)` — it happens whether using the internal display or external display. For anyone else who might be...
One side effect of this, which may or may not be desirable depending on your perspective, is that prediction requests to an instance that is currently running a prediction now...
Perhaps the [prediction endpoint](https://github.com/replicate/cog/blob/56615a7ed1142ef5abd6b0aa4133d2c0c2b972cf/python/cog/server/http.py#L274) should be declared with `def` rather than `async def` so that it doesn't block the main thread? (per [FastAPI docs](https://fastapi.tiangolo.com/async/#path-operation-functions))
I think there's definitely a use case here for running (synchronous) predictions on multiple VMs and check each one's readiness for additional work. The `Prefer` header is interesting but requiring...