Joseph Henry
Joseph Henry
Hi guys, I have a problem to get started with darkflow, I decided to install it with pip globally with `pip3 install .` and it says : `error: Microsoft Visual...
Hey, I have a problem with mappa.js, it is the very basic. I was following the tutorial https://mappa.js.org/docs/simple-map.html and my code doesn't work : ``` let myMap; let canvas; const...
Hi guys, Just wanted to know if it was possible to display a video with p5py or the Video library isn't implemented yet. Thanks
Hi, I just installed rez 2.72.0 (7f760bf) on a Pop!_OS 20.04 computer (`Python 3.8.6`) and I have a zsh shell with the latest [Oh My Zsh](https://github.com/ohmyzsh/ohmyzsh) installed. ## Steps to...
## Issue: #2 This PR adds two cached variables for the Qt5 dependency: - `RV_DEPS_QT5_RESOURCES_FOLDER` (defaults to `"${RV_DEPS_QT5_LOCATION}/resources"`) - `RV_DEPS_QT5_RESOURCES_FOLDER` (defaults to `"${RV_DEPS_QT5_LOCATION}/translations"`) The variables can be set like this:...
Hi, I am trying to build OpenRV on Gentoo (5.15.80-gentoo-x86_64) and I managed to install all the dependencies including Qt packages. However during the CMake configure step, I have these...
Hi, Are there any plans to provide type stubs for the library? (.pyi files not type hinting the code itself) With the progress of type checkers such as MyPy, it...
Hi, I am running `corepack` on Node `v19.9.0` and Arch Linux `6.3.1` and I can't enable it: ``` $ pacman -S node npm $ corepack enable Internal Error: EACCES: permission...
Hi, I want to pass arguments to a Blender Python script through the command line as described [here](https://blender.stackexchange.com/questions/6817/how-to-pass-command-line-arguments-to-a-blender-python-script). I should be able to do this using Rez: ```shell $ rez...
Hi, Thanks for making those type definitions, this is really helpful to be able to use TypeScript for Adobe products! This is a sample config for `tsconfig.json` and `package.json`: ```js...