Tianshu Wang

Results 37 issues of Tianshu Wang

The above functions are useful in `*leetcode*` buffer. I will try to add this if I have time.

enhancement

minimal config: ```emacs-lisp ;;; emacs -Q -l ~/.config/emacs/test.el (package-initialize) (require 'evil) (require 'evil-owl) (evil-mode) (evil-owl-mode) (setq evil-owl-display-method 'posframe) ``` Backtrace: ``` Debugger entered--Lisp error: (error "Attempt to delete the sole...

`mu4e-message-kill-buffer` was replaced with `message-kill-buffer` in mu4e `1.12.*` at https://github.com/djcb/mu/commit/20878c872576b2711d43711194f3db0bc86566f4 This commit replace specific functions with `mu4e-user-agent` properties to make it work for both versions.

Should we change specific switches with switch numbers? This may be convenient for people who have modified the switches. https://github.com/rime/rime-prelude/blob/dd84abecc33f0b05469f1d744e32d2b60b3529e3/key_bindings.yaml#L45-L48 ```yaml - { when: always, accept: Control+Shift+2, toggle: '@0' }...

The cutoff of `msearch` for `HybridRetriever` is hardcode to 1_000, which makes `map_internal_ids_to_original_ids` raise `KeyError` when doc len less than 1_000 https://github.com/AmenRa/retriv/blob/c9baa011e3071c2369f81f5b6f3a87f0d444072d/retriv/hybrid_retriever.py#L254-L255 Thus, `map_internal_ids_to_original_ids` should be: ```python def map_internal_ids_to_original_ids(self, doc_ids:...

bug

According to https://learn.deeplearning.ai/chatgpt-prompt-eng/lesson/2/guidelines, we can use delimiters to make our input clearer. Delimiters can be anything like \`\`\`, """, `< >`, ` `. Here is a motivating case: I have...

enhancement

### `brew doctor` output ```shell Your system is ready to brew. ``` ### Verification - [X] My "`brew doctor` output" above says `Your system is ready to brew.` and am...

bug
help wanted