John Zheng

Results 10 issues of John Zheng

I tried this on 2 different Macs(2010 Mac Pro 5,1 running Catalina and a 2013 Mac Pro 6,1 running Big Sur), with 2 different USB drives (a 32G and a...

Current UI doesn't allow users to update their OpenAI or Google API key.

ok, so after increasing the size of /dev/shm (to solve the "No space left on device" problem), and replacing python 3.10 with 3.11 (to solve the "_pickle.UnpicklingError: invalid load key,...

I'm trying to install it on my OpenWRT VM, running in Virtualize mode on my M1 MacBook Pro (ARM64, aarch64). I did the following: curl -O https://github.com/frainzy1477/luci-app-trojan/releases/download/v2.1.1/luci-app-trojan_v2.1.1_all.ipk opkg update opkg...

Current version of ChatBox doesn't have any vision / image generation capabilities. (except Chatbox AI 4) Please consider adding support for local vision models (e.g. phi 3 in lm studio),...

### Expected Behavior When loading image files with alpha, transparent areas should be transparent. The built-in preview in the load image node is actually correct. This is possibly related to...

Potential Bug

### Summary This PR addresses a Taichi warning in `_kernels.py` that occurs during implicit casting in the `snode_deactivate` function. The warning was as follows: ``` TaichiWarning: Field index not int32,...

### Brief Summary This PR addresses a `DeprecationWarning` in `diagnose.py` related to the use of `locale.getdefaultlocale()`, which is deprecated as of Python 3.15. The warning was as follows: ``` DeprecationWarning:...

### Summary This PR resolves a deprecation warning in `euler.py` that occurs when running `ti example 6`. The warning appears as follows: `MatplotlibDeprecationWarning: The get_cmap function was deprecated in Matplotlib...

Issue: # This PR addresses a Taichi warning in `comet.py` by explicitly casting `i` to an integer in the `ti.deactivate` function. The warning appeared as follows: `TaichiWarning While compiling substep_c76_0,...