Zheng Qu

Results 42 comments of Zheng Qu
trafficstars

The mentioned redundancy does not seem to exist any more. Can this issue be closed? @destogl

Can you please add support to kitty? Website: https://sw.kovidgoyal.net/kitty/

@jontromanab The kinect-devel branch from [your fork](https://github.com/jontromanab/reuleaux/tree/kinetic-devel) works! Thanks!

@Paper99 Thanks for the quick response. I tried the notebook https://github.com/TencentARC/PhotoMaker/blob/main/photomaker_demo.ipynb and changed the device to `mps`. That gave me the following error: ``` --------------------------------------------------------------------------- RuntimeError Traceback (most recent call...

> Can you successfully run our gradient demo? Yes. your gradient demo works great! I will modify the title of the issue.

@sujitvasanth 's solution works great! Thanks! For `isaac-sim-4.0.0`, the file to edit has a different location: ``` ~/.local/share/ov/pkg/isaac-sim-4.0.0/exts/omni.isaac.nucleus/omni/isaac/nucleus/nucleus.py ```

Thanks for the quick reply. Maybe some optimization algorithms can be applied to find the best PID values, e.g. Genetic Algorithms... Unfortunately, I am too busy with my current work...

After trying with the settings, ```lisp (setq org-ai-openai-chat-endpoint "http://localhost:1234/v1/chat/completions") (setq org-ai-openai-completion-endpoint "http://localhost:1234/v1/completions") ``` I can confirm it when testing with the server provided by lm-studio: ```org #+begin_ai [SYS]: You are...

Would it be possible to build `rosfmt` with the header-only version of `fmt` and do not include `fmt` in the `rosfmt.h`? This would allow you to freely use any version...