raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.05k stars 2.78k forks source link

[easydict] Query argument cannot be passed to "Search Word" #13063

Open wenle opened 3 weeks ago

wenle commented 3 weeks ago

Extension

https://www.raycast.com/isfeng/easydict

Raycast Version

1.77.0

macOS Version

14.5

Description

The argument of "Search word" is missed after press enter. See below gif (2 MB, wait seconds to load):

easydict_search_problem

Steps To Reproduce

  1. invoke raycase
  2. input "search word" or use hotkey to select easydict "Search Word" command
  3. press tab, then input query argument
  4. press enter, you will get easy dict page without any query
SCR-20240620-pomy SCR-20240620-poot

Current Behaviour

No response

Expected Behaviour

No response

raycastbot commented 3 weeks ago

Thank you for opening this issue!

🔔 @tisfeng you might want to have a look.

💡 Author and Contributors commands The author and contributors of `isfeng/easydict` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopens the issue. - `@raycastbot assign me` Assigns yourself to the issue. - `@raycastbot good first issue` Adds the "Good first issue" label to the issue. - `@raycastbot keep this issue open` Make sure the issue won't go stale and will be kept open by the bot.
tisfeng commented 3 weeks ago

Hello, I'm unable to reproduce the issue you mentioned, everything runs smoothly on my computer.

If you're familiar with TS, I suggest you try debugging locally.

dongruixiao commented 1 week ago

I encountered the same situation, @wenle Did you solve it?