Mark Harfouche

Results 1021 comments of Mark Harfouche

Did you ever find a workaround? Just looking for a temporary solution before setting up a real VPN behind this TZ I have.

thanks. this seems like it would be a really cool addition!

For those that need it, I adjusted https://github.com/pytest-dev/pytest/blob/28e8c8582ea947704655a3c3f2d57184831336fd/src/_pytest/tmpdir.py#L25 and I think this gives some control to acheive the desired effect in different circumstances. ```python import pytest import re import shutil...

In consider a solution for this problem, I would like to ask that a provision be made for not including a progress bar at all. In many environments, the user...

on the other hand @sneakers-the-rat the progress bar you made is rather awesome

It is likely that the `view` of the original array is copied as well. I'll try to address this once these tests pass.

Hmm, I guess I didn't notice it becuase it uses a `VideoWriter` wrapper (which seems like it should really be using the `VideoReader` wrapper) of opencv functions. I'll see what...

I added similar code in our workflow only to remove it quickly. We were doing 1. Inference on GPU using DLC + Tensorlfow 2.7 2. Freeing the GPU memory with...

I'm glad I asked. An earlier attempt of mine tried to use FindFFMPEG. I don't know why findffmpeg failed to find the `cmake config` file. I'll investigate a little further.