David Lai
David Lai
👋🏼 @Jawabiscuit > Do you have an opinion as to how rezplugins.shell._utils.windows gets brought in for testing? Just my 2 cents, I would either directly test with a real shell...
Thanks, I wasn't aware of this. And the other `extra_requires` `[bson]`, is broken too. Must be out of function since we shift to poetry.
Hey @utf , thanks! Sorry for being late, I missed this one. Yeah, PR would be very welcome! For starter, you can have a look at [Collection.update_one](https://github.com/davidlatwe/montydb/blob/master/montydb/collection.py#L303) and [find_one](https://github.com/davidlatwe/montydb/blob/master/montydb/collection.py#L422), see...
Hi @arosen93 👋🏼 This is interesting. But I'm afraid that's not gonna work. 😢 Because `montydb` uses a SQLite database as a key-value database, here's the command for table creation...
Hi :) I did make a MongoDB based repository for storing Allzpark profile, here's the [source](https://github.com/getblessing/rez-ozark/blob/master/rezplugins/package_repository/mongozark.py), but since we don't need variant for profile so that repository plugin doesn't really...
Okay, invitation has sent to your email :) > Would Slack be the right place to ask about the Python 3/Windows support Yep, I have seen people talking about that...
一台機器似乎只能一次輸出一段毛髮 (一個 Maya scene) vrscene ,一台機器同時輸出多個似乎會讓輸出的 vrscene 全都是靜止的毛髮 :/
都什麼年代了還在修 XGen Legacy,可惡
Thanks @iLLiCiTiT , although this PR is backward compatible (quick tested), but let's wait for getavalon/core#535 to be merged for clarity.
> 2. And save the lock in `suite.yaml`, then read from there before resolving context. Regarding implementation 2), the lock should be per tool, not per context.