Wingware Support's profile - activity
2025-03-15 12:27:58 -0500 | commented answer | Is virtualenv actually using venv? Yes, annual licenses work with all versions, including new ones once they are available. |
2025-03-15 10:41:46 -0500 | commented answer | Whats the best way to set zsh default terminal on a mac? Thanks. Didn't think of unchecking pseudo-TTY since bash doesn't work at all without that. Interesting... |
2025-03-15 10:37:18 -0500 | commented answer | Refactoring using local AI solutions Thanks, we'll definitely try to use that if possible. We should expose the ability to set base_url in any case. |
2025-03-15 10:33:20 -0500 | answered a question | Is virtualenv actually using venv? Yes, WIng is running Python with -m venv to set up a virtualenv. As far as I understand it 'virtualenv' was an older im |
2025-03-15 10:33:20 -0500 | received badge | Rapid Responder ( source ) |
2025-03-14 13:22:27 -0500 | answered a question | Whats the best way to set zsh default terminal on a mac? Changing the command from 'bash' to 'zsh' is the way to change which shell is used, but I'm also not finding a way to ge |
2025-03-14 13:22:27 -0500 | received badge | Rapid Responder ( source ) |
2025-03-12 08:00:04 -0500 | commented question | Avoiding inconsistent indenting errors, when pasting in code. Is the Editor > Indent Style > Convert Indent Style in Paste preference enabled? If so, Wing should be converting |
2025-03-09 16:14:48 -0500 | commented answer | Use a 3-party openai provider. We did look at doing this but the results obtained from locally run models was so bad that we paused work on this until |
2025-03-08 15:17:14 -0500 | commented question | How to specify a runtime parameter during debugging To debug a file named main.py with command line arguments "1 2" (without the quotes), open the file and then use Debug C |
2025-03-07 21:09:07 -0500 | answered a question | Running Textual Apps in a specific Terminal Use Configure External Console in the Options menu of the Debug I/O Tool or configure the external console setting on th |
2025-03-07 21:09:07 -0500 | received badge | Rapid Responder ( source ) |
2025-03-05 17:04:08 -0500 | received badge | Rapid Responder ( source ) |
2025-03-05 17:04:08 -0500 | answered a question | Multiple toolbox columns This isn't possible within the same window right now. It's something we have on our list to change, but not sure if/whe |
2025-02-26 15:03:03 -0500 | commented question | Work around needed. How to repeat last command in the debug console, despite there was an 'undo' ? Oh, that makes sense. Beyond a certain size we don't actually post the text to the console, just cause it to be execute |
2025-02-26 08:34:17 -0500 | commented question | Work around needed. How to repeat last command in the debug console, despite there was an 'undo' ? That's odd. I just tried the above on Ubuntu 22.04 with Wing 10.0.8.2 and also didn't run into the problem. The 'undo' |
2025-02-25 18:16:42 -0500 | commented question | Work around needed. How to repeat last command in the debug console, despite there was an 'undo' ? What OS is this on? I'm not seeing the problem if I use the above code. It successfully un-comments, evaluates in debu |
2025-02-21 21:22:45 -0500 | received badge | Rapid Responder ( source ) |
2025-02-21 21:22:45 -0500 | answered a question | Type hinting method return based on input type As written, obj.to(Apple) doesn't work because def to(self, subclass:'Apple')-> 'Apple': matches when subclass is an |
2025-02-20 06:47:47 -0500 | commented answer | TEMPLATE_DEBUG warning messages? This should be a new question, not added as an answer here. One thing to try is to enable the Debugger > Advanced &g |
2024-12-31 08:36:43 -0500 | received badge | Nice Answer ( source ) |
2024-12-14 18:50:37 -0500 | commented answer | Which OpenAI AI models can be used? I've had both astonishingly good results with gpt-4o and also very annoyingly useless ones, where I just can't get it to |
2024-12-13 09:32:21 -0500 | received badge | Rapid Responder ( source ) |
2024-12-13 09:32:21 -0500 | answered a question | Which OpenAI AI models can be used? AI Refactor and AI Suggest (the auto-completion feature) both should use the model you select in the AI tool's AI provid |
2024-11-30 16:48:51 -0500 | answered a question | Function names and variable names coloring Right now there's no way to do that. I'll mark this as a feature-request. |
2024-11-30 16:48:51 -0500 | received badge | Rapid Responder ( source ) |
2024-11-15 06:52:28 -0500 | answered a question | Change from remote to local development fails What version of Wing is this and on what OS? Submitting a bug report from the help menu with the error log may show us |
2024-11-15 06:52:28 -0500 | received badge | Rapid Responder ( source ) |
2024-11-05 07:52:04 -0500 | commented answer | Every 3 to 5 min wing freezes up on me for 10 sec to a minute For the record, this particular case was caused by files being on a network that was slow at times. Some types of file |
2024-11-05 05:32:11 -0500 | edited answer | Visually distinguish/protect files in site-packages? Wing 10.0.6.2 now warns about attempts to edit files in the standard library or site-packages. There's no visual distin |
2024-11-05 05:29:42 -0500 | edited answer | Visually distinguish/protect files in site-packages? Wing 10.0.6.2 now warns about attempts to edit files in the standard library or site-packages. There's no visual distin |
2024-11-05 05:28:51 -0500 | answered a question | Visually distinguish/protect files in site-packages? Wing 10.0.6.2 now warns about attempts to edit files in the standard library or site-packages. There's no visual distin |
2024-11-04 08:40:18 -0500 | commented answer | Docker remote host: OCI runtime exec failed: exec failed: unable to start container process: chdir to cwd We're actually using the -w command line option with your home dir and that's coming from Wing so I think the IDE is dec |
2024-10-31 18:11:16 -0500 | commented answer | Docker remote host: OCI runtime exec failed: exec failed: unable to start container process: chdir to cwd How are the files edited? Wing's container support assumes files are mapped from somewhere on the host into the contain |
2024-10-31 18:10:06 -0500 | commented answer | Docker remote host: OCI runtime exec failed: exec failed: unable to start container process: chdir to cwd How are the files edited? Wing's container support assumes files are mapped from somewhere on the host into the contain |
2024-10-31 17:28:34 -0500 | commented answer | Docker remote host: OCI runtime exec failed: exec failed: unable to start container process: chdir to cwd This probably indicates that you don't have a an entry to map /home/rutherford to /app or whatever it's supposed to be o |
2024-10-31 17:28:12 -0500 | commented answer | Docker remote host: OCI runtime exec failed: exec failed: unable to start container process: chdir to cwd This probably indicates that you don't have a an entry to map /home/rutherford to /app or whatever it's supposed to be o |
2024-10-30 19:11:48 -0500 | received badge | Rapid Responder ( source ) |
2024-10-30 19:11:48 -0500 | answered a question | Docker remote host: OCI runtime exec failed: exec failed: unable to start container process: chdir to cwd The current directory to use is set with WORKDIR in the Dockerfile. You may also need to set up a file mapping from the |
2024-10-29 11:45:08 -0500 | commented answer | Every 3 to 5 min wing freezes up on me for 10 sec to a minute This is done once a minute and is probably just a coincidence, since it doesn't try to do anything else if it fails to w |
2024-10-29 11:12:14 -0500 | commented answer | Visually distinguish/protect files in site-packages? We do already show stars for project files in both those places, so unless you add site-packages to the project (which w |
2024-10-29 08:52:26 -0500 | edited question | Every 3 to 5 min wing freezes up on me for 10 sec to a minute Every 3 to 5 min wing freezes up on me for 10 sec to min every 3 to 5 min wing freezes up on me for 10 sec to min. like |
2024-10-29 08:52:19 -0500 | edited question | Every 3 to 5 min wing freezes up on me for 10 sec to a minute every 3 to 5 min wing freezes up on me for 10 sec to min every 3 to 5 min wing freezes up on me for 10 sec to min. like |
2024-10-29 08:51:55 -0500 | answered a question | Every 3 to 5 min wing freezes up on me for 10 sec to a minute We might be able to diagnose this from the error log, which is the file ide.log in the User Settings directory listed in |
2024-10-29 08:51:55 -0500 | received badge | Rapid Responder ( source ) |
2024-10-23 08:00:49 -0500 | received badge | Rapid Responder ( source ) |
2024-10-23 08:00:49 -0500 | answered a question | Visually distinguish/protect files in site-packages? There's no way to do this now, but I think it's a good idea. A work-around, obviously, would be to actually change site |
2024-10-23 07:47:43 -0500 | edited question | Controlling debugger display of tabs in error tab control How can I prevent Wing IDE from automatically switching to the tab of the file where an error occurred when |
2024-10-23 07:47:06 -0500 | answered a question | Controlling debugger display of tabs in error The Debugger > Processes > Switch to Stopped Processes preference may be what you're looking for, although there i |
2024-10-23 07:47:06 -0500 | received badge | Rapid Responder ( source ) |