Tmr's profile - activity
| 2025-05-17 09:19:28 +0000 | received badge | Notable Question (source) |
| 2025-05-11 15:48:35 +0000 | received badge | Popular Question (source) |
| 2025-05-10 04:04:07 +0000 | marked best answer |
Wing doesn't print repr of dataclasses in some cases
I've noticed that Wing doesn't print a full repr of some dataclasses in the debug console. For example, a dataclass containing a builtin EDIT: I think I was wrong about what triggers this; I'm now able to reproduce it using builtin datetimes, but only if the pprint option is checked in the debug console preferences. I've updated the example below to use For example:
Here's a screenshot to prove I'm not crazy:
|
| 2025-05-10 03:24:36 +0000 | commented question |
Wing doesn't print repr of dataclasses in some cases
I have reproduced this on Wing 10.0.9.1, on Ubuntu and MacOS, in Python 3.11 through 3.13. |
| 2025-05-09 18:00:50 +0000 | commented answer |
Wing doesn't print repr of dataclasses in some cases
I'm confused, as my own example now behaves differently than it did yesterday. However, I'm still able to reproduce if I |
| 2025-05-09 18:00:48 +0000 | edited question |
Wing doesn't print repr of dataclasses in some cases
Wing doesn't print repr of dataclasses in some cases I've noticed that Wing doesn't print a full repr of some dataclass |
| 2025-05-09 18:00:48 +0000 | received badge | Editor (source) |
| 2025-05-08 20:59:15 +0000 | asked a question |
Wing doesn't print repr of dataclasses in some cases
Wing doesn't print repr of dataclasses in some cases I've noticed that Wing doesn't print a full repr of some dataclass |
| 2024-11-05 11:32:58 +0000 | marked best answer |
Docker remote host: OCI runtime exec failed: exec failed: unable to start container process: chdir to cwd
I'm trying to configure a new project to use a docker environment, but Wing's python doesn't seem to launch correctly. In the logs, I see references to my home directory, which doesn't exist in the container. Is there some configuration that tells wing what cwd to use inside the container? More info: Wing launches a container successfully (I'm able to
/home/rutherford is my home directory (on the host machine). It doesn't exist in the container. |
| 2024-11-05 11:32:16 +0000 | received badge | Famous Question (source) |
| 2024-11-04 20:22:14 +0000 | commented answer |
Docker remote host: OCI runtime exec failed: exec failed: unable to start container process: chdir to cwd
It would be nice to have the option to not pass -w, for situations like this. I guess that's a feature request. |
| 2024-11-04 14:37:58 +0000 | received badge | Notable Question (source) |
| 2024-11-03 13:28:11 +0000 | received badge | Popular Question (source) |
| 2024-11-01 18:03:14 +0000 | commented answer |
Docker remote host: OCI runtime exec failed: exec failed: unable to start container process: chdir to cwd
I was actually just trying to use Wing to view (and maybe debug) the files in the container. I had no plans to edit them |
| 2024-10-31 22:45:58 +0000 | commented answer |
Docker remote host: OCI runtime exec failed: exec failed: unable to start container process: chdir to cwd
I don't have an entry to map /home/rutherford into the container, but I also don't want it to be mapped! Can I not use a |
| 2024-10-31 19:02:33 +0000 | commented answer |
Docker remote host: OCI runtime exec failed: exec failed: unable to start container process: chdir to cwd
I have tried setting WORKDIR, but I don't think that's the issue here. Note that Wing is logging ['docker', 'exec', '-w' |
| 2024-10-31 18:33:09 +0000 | received badge | Enthusiast |
| 2024-10-30 22:42:04 +0000 | asked a question |
Docker remote host: OCI runtime exec failed: exec failed: unable to start container process: chdir to cwd
Docker remote host: OCI runtime exec failed: exec failed: unable to start container process: chdir to cwd I'm trying to |
| 2023-04-05 19:04:43 +0000 | received badge | Popular Question (source) |
| 2023-02-08 19:51:18 +0000 | marked best answer |
Docker: When does wing use build script?
I'm experimenting with Wing's docker integration, and I see that when I create a new project using docker, wing creates a What I don't understand though, is when Wing uses this script. I assume it does so when the project is initially created, but if I delete the image and restart the python shell (or wing), the image isn't rebuilt. So, when does wing execute this script itself, and when should I execute it? |
| 2023-02-08 19:51:08 +0000 | commented answer |
Docker: When does wing use build script?
Thanks! I didn't know about the Containers tool. I see it mentioned now on the new containers documentation |
| 2023-02-08 00:48:31 +0000 | received badge | Popular Question (source) |
| 2023-02-08 00:48:31 +0000 | received badge | Famous Question (source) |
| 2023-02-08 00:48:31 +0000 | received badge | Notable Question (source) |
| 2023-02-08 00:48:03 +0000 | asked a question |
Docker: When does wing use build script?
Docker: When does wing use build script? I'm experimenting with Wing's docker integration, and I see that when I create |
| 2021-09-03 17:56:11 +0000 | marked best answer |
Test discovery without test running?
Is there any way to populate the list of individual tests in Wing's 'Testing' window without executing all the tests in a module? I would like to be able to select an individual test to run without first having to execute all the tests. Something similar to |
| 2021-09-03 17:56:11 +0000 | received badge | Scholar ( source ) |
| 2021-09-03 17:56:10 +0000 | received badge | Supporter ( source ) |
| 2021-09-02 22:33:48 +0000 | commented answer |
Test discovery without test running?
Ah, I see it now. The testing menu item works as you describe. Thanks! If possible, It would also be nice if we could po |
| 2021-09-02 20:26:45 +0000 | commented answer |
Test discovery without test running?
Are you referring to 'Run Tests' in the right click menu? I wasn't aware of that feature. When I try to use it however I |
| 2021-09-02 12:40:57 +0000 | received badge | Student (source) |
| 2021-09-02 12:38:02 +0000 | asked a question |
Test discovery without test running?
Test discovery without test running? Is there any way to populate the list of individual tests in Wing's 'Testing' wind |
