Joe Brown
Joe Brown
How odd... Looking at the lower case cookie file I am seeing: https://github.com/bbangert/beaker/blob/master/beaker/cookie.py#L2 which seems to be the circular import in question. I am running on ubuntu. The filesystem is...
> Does this library support face masking/substitution with still images as well? Check out the [still image demo](https://auduno.github.io/clmtrackr/clm_image.html). [Source](https://github.com/auduno/clmtrackr/blob/dev/examples/clm_image.html).
The quickest way that I can think to do this is: - load image, draw image on to canvas, run tracker against canvas (use still image demo from earlier in...
I see a potentially related issue where the resolution appears to be "rebuild the app from source with these lines commented out". https://github.com/pia-foss/desktop/issues/13 I still hope to work with the...
Additional datapoint: The one person who I recently recommended PIA to, upon finding out about this behavior, has asked how to uninstall the application. I told them for now it...
That question is better directed at webpack itself. There is no good way to estimate the number of modules, since you don't know until you start traversing the tree of...
I gave a quick look through the code and wanted to clarify a couple things: Does this support extending a java class in js? Does this support declaring classes in...