Hao Zhao

Results 6 issues of Hao Zhao

I found the animation in the script added into the asset didn't work well when running in Editor but it worked well in Integrated Browser and even Run In My...

enhancement
feature

### Describe the bug Installing the plugins in the BJS Editor using the “Add from NPM…” option does not work. ### To Reproduce We created an issue on our plugin...

bug
To Deploy
Plugins

Hello @julien-moreau , we hit some animation issues when importing glTF asset into Editor. Basically we just want to import the static mesh but didn't want the animation inside the...

enhancement
Assets

My node was v17 in the past and it failed to built the Editor source code. After installing to v16, I can build the Editor from scratch. Do we have...

bug

### Is your feature request related to a problem? Please describe. It looks v3 didn't include Paginator for client-amplify. From this page, I didn't see the Paginator like `paginateListApps`. However,...

feature-request
p2

I have a low level pynamodb update_item cal in a Model using PynamoDB Connection as follows. ``` def low_level_update(...): connection = Connection(region=AWS_REGION) connection.update_item( table_name=File.Meta.table_name, ... ) ``` When I added...