bai's profile - activity
| 2025-08-29 00:05:30 +0000 | received badge | Notable Question (source) |
| 2025-08-13 09:35:38 +0000 | received badge | Popular Question (source) |
| 2025-08-12 00:09:50 +0000 | marked best answer |
await expression in the debug shell
async def remove_author(id: UUID) -> Author:
I use wing pro to debug a async function, when I in the break point, I cannot run "await repo.delete(id)" in the debug shell, it prompt me "'await' outside function: " but pycharm can support await and get obj a user object correctly. Is wingware support await in shell? Or I miss some configs in the settings? |
| 2025-08-08 10:05:43 +0000 | edited answer |
await expression in the debug shell
I can inspect obj if I check "Debug Child processes", but still can eval await expression I found another solu |
| 2025-08-08 09:11:19 +0000 | answered a question |
await expression in the debug shell
I can inspect obj if I check "Debug Child processes", but still can eval await expression |
| 2025-08-08 09:11:19 +0000 | received badge | Rapid Responder |
| 2025-08-08 08:59:43 +0000 | edited question |
await expression in the debug shell
await expression in the debug shell async def remove_author(id: UUID) -> Author: async with repository_ |
| 2025-08-08 08:59:15 +0000 | edited question |
await expression in the debug shell
await expression in the debug shell async def remove_author(id: UUID) -> Author: async with repository_fact |
| 2025-08-08 08:58:57 +0000 | edited question |
await expression in the debug shell
await expression in the debug shell async def remove_author(id: UUID) -> Author: async with repository_factory() as |
| 2025-08-08 08:58:27 +0000 | edited question |
await expression in the debug shell
await expression in the debug shell async def remove_author(id: UUID) -> Author: async with repository_factory() as |
| 2025-08-08 08:58:10 +0000 | edited question |
await expression in the debug shell
await expression in the debug shell async def remove_author(id: UUID) -> Author: async with repository_factory() as |
| 2025-08-08 08:57:56 +0000 | edited question |
await expression in the debug shell
await expression in the debug shell async def remove_author(id: UUID) -> Author: async with repository_factory() as |
| 2025-08-08 08:57:30 +0000 | asked a question |
await expression in the debug shell
await expression in the debug shell async def remove_author(id: UUID) -> Author: async with repository_factory() as |
| 2025-07-05 13:08:38 +0000 | marked best answer |
jump to test file function
The code file is pipeline.py, the function is processing. it related test file is tests/test_pipeline.py, the test function is test_processing. A hotkey will save me a lot of time to jump the files. I know there is a way to write script to make a jump to test script, any hints? |
| 2025-07-05 13:08:32 +0000 | received badge | Popular Question (source) |
| 2025-07-05 13:08:28 +0000 | marked best answer |
"Command+enter" to send message in ai coder
In many llm chat ui, command+enter is the keybinding to send message. In ai coder, I can use "enter" or "shift enter", Can I change it to "command + enter" ? |
| 2025-07-05 13:08:22 +0000 | received badge | Popular Question (source) |
| 2025-06-22 01:29:46 +0000 | asked a question |
jump to test file function
jump to test file function The code file is pipeline.py, the function is processing. it related test file is tests/test |
| 2025-06-22 01:14:31 +0000 | commented question |
"Command+enter" to send message in ai coder
macOS with U.S. keyboard layout and wingware 11.0.1. I also bind command+enter to eval-sel-in-shell, this is the key, co |
| 2025-06-22 01:14:16 +0000 | commented question |
"Command+enter" to send message in ai coder
macOS with U.S. keyboard layout and wingware 11.0.1 I also bind command+enter to eval-sel-in-shell, this is the key, com |
| 2025-06-20 10:28:35 +0000 | received badge | Enthusiast |
| 2025-06-19 23:46:38 +0000 | asked a question |
"Command+enter" to send message in ai coder
"Command+enter" to send message in ai coder In many llm chat ui, command+enter is the keybinding to send message. In ai |
| 2025-06-09 17:15:38 +0000 | marked best answer |
uv and ruff tool path problem
I have install uv and ruff in macos. The paths are: /opt/homebrew/bin/ruff /Users/bai/.local/bin/uv But wingware can't find two tools, how to mapping such paths? |
| 2025-06-05 15:48:52 +0000 | received badge | Popular Question (source) |
| 2025-06-05 15:48:52 +0000 | received badge | Notable Question (source) |
| 2025-06-05 15:48:52 +0000 | received badge | Famous Question (source) |
| 2025-04-25 10:48:31 +0000 | commented answer |
uv and ruff tool path problem
I have add the uv installed path to the PATH. I am use macos 15.2, use the install processing in the website. curl -LsSf |
| 2025-04-24 00:53:26 +0000 | asked a question |
uv and ruff tool path problem
uv and ruff tool path problem I have install uv and ruff in macos. The paths are: /opt/homebrew/bin/ruff /Users/bai/.lo |
| 2024-03-05 15:23:18 +0000 | received badge | Famous Question (source) |
| 2024-02-15 15:38:33 +0000 | marked best answer |
Auto imports path config
I use auto imports feature a lot, it can search the python library path and import the name. In my project, there are also lots of symbol I want to use, but auto imports can't find them. Is there a way to let auto imports find the project symbol? Pycharm can find them and import project based module name correctly. |
| 2024-02-15 15:38:15 +0000 | received badge | Notable Question (source) |
| 2024-02-15 15:38:15 +0000 | received badge | Popular Question (source) |
| 2024-02-04 09:30:52 +0000 | asked a question |
Auto imports path config
auto imports path config I use auto imports feature a lot, it can search the python library path and import the name. I |
| 2023-12-07 14:21:41 +0000 | received badge | Popular Question (source) |
| 2023-10-22 07:38:48 +0000 | marked best answer |
Generate docker id issue
Wing pro will produce a docker container id like this: _wing_ But one tool I use frequently named mutagen use this id to sync docker files. Can I set an id without "wing_xxx"? For examle, my container id is "my-fastapi", not "my-fastapi_wing_abcd". I must recreate mutagen session when I use wing pro docker feature, the generated id changed if I stop the container. |
| 2023-10-22 07:38:35 +0000 | received badge | Notable Question (source) |
| 2023-10-20 22:03:35 +0000 | received badge | Popular Question (source) |
| 2023-10-20 07:43:39 +0000 | edited question |
Generate docker id issue
Docker id issue Wing pro will produce a docker container id like this: <container_id>_wing_<random_string> |
| 2023-10-20 07:42:41 +0000 | edited question |
Generate docker id issue
Docker id issue Wing pro will produce a docker container id like this: <container_id>_wing_<random_string> |
| 2023-10-20 06:02:31 +0000 | asked a question |
Generate docker id issue
Docker id issue Wing pro will produce a docker container id like this: <container_id>_wing_<random_string> |
| 2023-09-12 06:15:13 +0000 | marked best answer |
Boto3 autocomplete issue
When I use aws sdk, boto3, I can't get autocomplete function. For example, import boto3 c = boto3.client("dynamodb") c.| | is the cursor position. In python shell, it will popup a menu with all functions about client, but in the editor, it will not show anything. |
| 2023-08-29 08:05:07 +0000 | edited question |
Boto3 autocomplete issue
Boto3 autocomplete issue When I use aws sdk, boto3, I can't get autocomplete function. For example, import boto3 c = |
| 2023-08-29 08:03:36 +0000 | asked a question |
Boto3 autocomplete issue
Boto3 autocomplete issue When I use aws sdk, boto3, I can't get autocomplete function. For example, import boto3 c = |
| 2022-11-14 14:05:54 +0000 | marked best answer |
Use alt-n and alt-p to navigate repl history
I use alt n, alt p in emacs repl. alt n is next history item and alt p is previous history item in repl. Can I use these two key mapping in wing pro? I didn't find the right command to do such thing. There is only repl-ctrl-up command. |
| 2022-11-05 11:03:34 +0000 | edited question |
Use alt-n and alt-p to navigate repl history
use alt-n and alt-p to nagivate repl history. I use alt n, alt p in emacs repl. alt n is next history item and alt p is |
| 2022-11-05 10:21:54 +0000 | asked a question |
Use alt-n and alt-p to navigate repl history
use alt-n and alt-p to nagivate repl history. I use alt n, alt p in emacs repl. alt n is next history item and alt p is |
| 2022-09-22 17:49:56 +0000 | marked best answer |
yapf indent setting
I use wingpro yapf to format files, but the indent of yapf is always 4 spaces. My project folder has a yapf config file and I must use 2 spaces indent setting, I try to use yapf in the command line, it works well. So I use os command named yapf to finish the job, but I hope interal yapf support can read the config file and use indent correctly. I use wing pro v7. I am not sure if v8 fix the problem. |
| 2022-09-22 15:50:18 +0000 | received badge | Famous Question (source) |
| 2022-09-09 07:07:14 +0000 | received badge | Famous Question (source) |
| 2022-09-09 07:07:14 +0000 | received badge | Notable Question (source) |