walking

Results 10 comments of walking

I agree that scrolling can be seen as a UX target, but the issue is that the theme overrides any custom user settings related to scrolling. If a user defined...

> this is a duplicate of #13631 Doesn't seem like it to me. #13631 is regarding the order of the command history, while this issue is about the command history...

Confirming that the issue still exists on the latest version 8.3.0.

You can indeed use explorer to copy them manually. Here are the files you need to copy: ``` Copy to: venv\Lib\site-packages\bitsandbytes\ bitsandbytes_windows\cextension.py bitsandbytes_windows\libbitsandbytes_cpu.dll bitsandbytes_windows\libbitsandbytes_cuda116.dll Copy to: venv\Lib\site-packages\bitsandbytes\cuda_setup\ bitsandbytes_windows\main.py ```

> better way to force CPU only found Here's a Windows powershell script to do this: ```powershell $ENV:CUDA_VISIBLE_DEVICES = -1 .\venv\Scripts\python.exe .\webui.py --no-half --use-cpu all --precision full ```

> We will be publishing the feature mid next week after the documentation is done. Is this the repo? https://github.com/crabnebula-dev/drag-rs Gave the examples a try on MacOS and dragging is...

Having the same issue here. Here's a minimal example. TypeScript: ```ts while (true) { try { error("foo") } catch (e) { break; } } ``` Generated Lua: ```lua while true...

Confirmed broken on latest version:

The preinstall script tries to extract the contents of the installer EXE, but 7Zip fails to read the contents of the EXE: ![image](https://github.com/user-attachments/assets/6017bd85-5e34-4197-b4b1-3430e3c3e297) Maybe Afterburner has changed their installer EXE...

Likely due to the new bundled Norton antivirus in the installer: ![image](https://github.com/user-attachments/assets/f0d39492-e84b-4c0b-88ab-281b7bc7a24d)