Tianshu Wang

Results 101 comments of Tianshu Wang

Not really. What I want is a better default completion target in shell, #46 is to autofill the `%(default)s` in the help message. What #46 wants is to look like:...

> It is not clear to me how this could be implemented for shtab. Since there can be any number of data types that would have this behavior, this probably...

Despite that, I really haven't seen any examples, at least in zsh completion, calling scripts in other languages as action, which involves how to tell the current command line state...

I tried to `(require 'magit)` in `evil-collection-magit-setup`, but it doesn't seem to work. It seems that I need to put `(require 'magit)` before `(evil-collection-init)` for it to work. ```emacs-lisp (defun...

@gandarez ~~I got the following log, does this indicate that the fallback successfully downloaded the file?~~ After reading the PR, I think the fallback work. ``` {"caller":"cmd/offline/offline.go:63","func":"offline.loadParams","level":"warning","message":"failed to load API...

@duskmoon314 FYI, the host I accessed through ProxyCommand is working fine. I haven't tried ProxyJump yet.

This can be easily achieved using the [ray tune](https://docs.ray.io/en/latest/tune/index.html), as ray contains control over various resources and ray tune can replace optuna.