Lawrence Millar-Madigan
Lawrence Millar-Madigan
Get a camera 3D model and render it in wireframe.
I have made a package available as `dyno/0.1@lawrencem/stable` Available from the remote `https://api.bintray.com/conan/lawrencem99/lm` This is my branch for adding the recipe: https://github.com/Lawrencemm/dyno/tree/conan
I'd just like to mention that the flushing seems to be a waste of time if the `--reuse-db` option is not used, because the database is destroyed anyway. Over lots...
I think a good idea would be to get this package reviewed before merging the PR by someone from conan-center. Do you have a bintray account? If you upload the...
OK, will do. conan is decentralized, so unlike pip, if you want a package to be widely available, there is an extra step: https://docs.conan.io/en/latest/uploading_packages/bintray/conan_center_guide.html Once the packaging script is merged,...
Remote here: https://bintray.com/lawrencem99/lm/nod%3Alawrencem I was using it in my project until I decided signals weren't the right solution for my problem :sweat_smile:
It seems like a reasonable default, but of course you should have an opt-out, it should not be too hard to implement that.
There are some caveats to this simple solution, and this goes for my proposed solution to #33 as well. Setting the environment variables from conan for every build/debug/run assumes that...
I'll give it a try- not sure on ETA yet.
Some notes: There's a plugin here: https://github.com/ashald/EnvFile which adds env vars from a .env file... not dissimilar to what we're doing, so it should work as a good reference for...