Chen Wang

Results 7 comments of Chen Wang

> Thanks for your support :-) Btw, if anyone is interested, I made a fork which should compile without issues on Ubuntu 20.04 - > > * https://github.com/xenomarz/DifferentiableCloth > *...

I get the following when rerun `make` in the root directory: ``` rm -rf ./build python setup.py install --force running install running bdist_egg running egg_info writing arcsim.egg-info/PKG-INFO writing dependency_links to...

> Why not using something like this?: > > ```json > { > "key": "ctrl+shift+-", > "command": "workbench.action.decreaseViewSize" > }, > { > "key": "ctrl+shift+=", > "command": "workbench.action.increaseViewSize" > }...

I also encountered the problem with Fn + F3 - 6 key using my external keyboard. In my case, I have `Use all F1, F2, etc. keys as standard function...

After some digging, I finally find the solution. The cause of this problem is that I use an external keyboard and the `Fn` key of this keyboard is not exactly...

Since this issue hasn't been resolved yet, for anyone who want to capture images from MeshCat, you can try this workaround: ```python from selenium import webdriver import base64 # Set...