jlgerber
jlgerber
The c++ api lives here https://github.com/PixarAnimationStudios/USD One can use a data set like https://disney-animation.s3.amazonaws.com/uploads/production/data_set_asset/2/asset/Moana_Island_Scene_f2.pdf to test against.
i have a similar problem whereby I am storing a semantic version or version range in a yaml field. Examples: ``` version: 1 version: 1.2 verison: 1.2.33 ``` I ended...
Are you aware of any projects that could serve as an example?
this is on Centos 7 and the location in question is mounted over NFS. Interestingly enough, when I inspect the directory in question, it appears empty ( ls -a yields...
This works locally. So i suppose it is related to NFS. Interestingly, this just started happening for us. This appears to be a known outcome when using `shutil.rmtree` on nfs...
I patched our code to see if this approach fixed our issue and it did.
sure thing. I based the comment on a cursory google search of "shutil.rmtree nfs". I will instrument the call to see if I can determine what is triggering the failure....
haha. Such a small world. Hows it coming Mike?
I suppose that handling signals, slots, properties form a part of what one reaches for subclasses for in qt in c++. Certainly this doesn't cover everything, but i would imagine...
Thank you for the prompt reply. Fortunately, I realized that i only really had to support keys with first letters capitalized so i used aliases.