frankchen211

Results 11 issues of frankchen211

Allow resolving a package from a random specified place instead of paths from rezconfig `packages_path` for testing purpose before release to production repo. Let's say we have a package `helloworld`...

enhancement

According to @nerdvegas's suggest, added `add_pre_paths` and `add_post_paths` options to rez-env cli. Related issue: #1263

**⚠️ 重要 ⚠️ 在进一步操作之前,请检查下列选项。如果您忽视此模板或者没有提供关键信息,您的 Issue 将直接被关闭** - [x] 已阅读 [文档](https://anncwb.github.io/vue-vben-admin-doc/). - [x] 确保您的代码已是最新或者所报告的 Bug 在最新版本中可以重现. (部分 Bug 可能已经在最近的代码中修复) - [x] 已在 Issues 中搜索了相关的关键词 - [x] 不是 ant design vue 组件库的...

https://github.com/graphql-python/graphene-django/blob/4573d3db53529fe7ae17a0d342ff626158eb23b6/graphene_django/converter.py#L74 Currently when calling get_choices() function will generate an enum type with same name/value pairs. E.g.: A field with choices: `((1, 'PENDING'), (2, 'RUNNING'), (3, 'COMPLETE'))` will generate an enum...

**Describe the bug** If we have animation on parent xforms, but no visible meshes under the parent transfrom node, those transfrom node won't be write to usd xform prim, or...

bug

I have a mixin model class added to all my models, but don't want to have reversed field, so I set ``related_name="+"`` to all tags fields. ```python class TaggableMixin(models.Model): tags...

bug

**Describe the bug** When I have a usd stage with thousands of instanceable models loaded into maya, and try to transform one of the model, the operation is very slow...

bug

**Describe the bug** Maya crush when calling getSelectedDagAndPrim() without dag selected. **Steps to reproduce** Steps to reproduce the behavior: Direclty call without select anything. ```python from mayaUsd.lib.proxyAccessor import getSelectedDagAndPrim dag_path,...

bug

Can runs on Centos8 and how to download binary rpm built? Artifact has expired now.

### Environment ```bash Shadcn Vue version: 0.8.7 Vue version: 3.4.15 ``` ### Link to minimal reproduction https://github.com/frankchen211/shadcn-vue/tree/draft/blue-violet ### Steps to reproduce [For task page example](https://www.shadcn-vue.com/examples/tasks.html), 1. Make more data like...

bug