James Brown

Results 94 issues of James Brown

### Description Currently this extension lacks the abiliy to track down the source line emitting logging info. This pull request enables developers to do so with `tslog`. ### Type of...

Fix UTF-8 encoding/decoding issues. I would suggest adding a line `export PERL_UNICODE=SDA` into `/etc/profile` instead. Related links: https://devtut.github.io/perl/file-i-o-reading-and-writing-files.html https://www.perl.com/pub/2012/05/perlunicook-make-all-io-default-to-utf-8.html/ Related issues: https://lore.proxmox.com/pve-devel/[email protected]/T/ https://bugzilla.proxmox.com/show_bug.cgi?id=5747 https://bugzilla.proxmox.com/show_bug.cgi?id=1909

Fixes https://github.com/microsoft/vscode/issues/145473 Add `skipFiles` in `extensionHostConfigDefaults` to correctly resolve source line addresses emitting messages in `DEBUG CONSOLE`. Add a new environment variable `VSCODE_EXTENSION_DEVELOPMENT_PATH` for https://github.com/microsoft/vscode/pull/238469

Periodic update shall set a default update interval of 60 seconds, and can be changed in preferences. Update on window focus shall be enabled by default, and can be disabled...

enhancement
sync

### 🔗 Website https://github.com/james4ever0/ted ### 📦 Ready to be included in [x-cmd pkg](https://x-cmd.com/pkg) ? NO ### 📥 How to install ```shell pip install ted-editor ``` ### 📝 TLDR ```shell #...

install

### 🔗 Website https://github.com/james4ever0/swm ### 📦 Ready to be included in [x-cmd pkg](https://x-cmd.com/pkg) ? NO ### 📥 How to install ```shell pip install swm-android ``` ### 📝 TLDR ```shell #...

install

I will post all workarounds here. ```python import os os.environ['LAZYLLM_OPENAI_API_KEY'] = "xx" os.environ['LAZYLLM_CUDA_VISIBLE'] = '1' os.environ['HF_ENDPOINT']="https://hf-mirror.com" # os.environ['LAZYLLM_MODEL_SOURCE'] = 'modelscope' os.environ['LAZYLLM_MODEL_SOURCE'] = 'huggingface' os.environ["NO_PROXY"] = "localhost,127.0.0.1" os.environ['HF_TOKEN']='redacted' os.environ['LAZYLLM_MODEL_SOURCE_TOKEN']='redacted' # os.environ['VLLM_ALLOW_LONG_MAX_MODEL_LEN']='1'...

On Android the GNU aarch64 binary is not executable. Consider compile it with musl libc. Also macOS binaries are missing.

Original VimGolf-Gym Implementation: https://github.com/james4ever0/vimgolf-gym Dataset PR: https://github.com/laude-institute/terminal-bench-datasets/pull/31 For parity result reproduction, please use the forked branch [vimgolf-comparison](https://github.com/james4Ever0/terminal-bench/tree/vimgolf-comparison). This adapter contains changes from the original implementation. Please see [adapters/vimgolf/README.md](https://github.com/James4Ever0/terminal-bench/blob/vimgolf-adaptor/adapters/vimgolf/README.md)