Elizabeth Kirby
- Total activity 47
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 19
-
-
Created Now I like the non-modal commit interface
After clinging to the modal commit interface for so long, I finally figured out the non-modal commit & now I like it & disabled the non-modal plugin. I just wanted to say that, so the devs know t... -
Created Pycharm doesn't accept my uv .venv
AnsweredIt appears that pycharm only accepts a uv .venv at the top of the content root. I have my project split into two subprojects, js (client) & python (server), so I want to put all the python stuff, ... -
Created Using sdkman java in pycharm
I need to run java as an external process from the python script I'm running in pycharm.I installed java 11 using sdkman. I can invoke it from a shell, so I know it's installed. I can't invoke i... -
Created Praise for gateway
I just want to say that now that my network is fast enough to make gateway usable, I really like it. Sometimes I need to debug on the remote machine & gateway is much easier than print statements.... -
Created Pycharm & dataspell fail to run code
I'm running application code using the juypter notebook either from pycharm or dataspell. I can step into the code with the debugger, which is great. However, if I change the code & then run agai... -
Created Setting a breakpoint in a juypter notebook cell
The AI assistant says that its possible to set a breakpoint in a cell with ctrl/cmd+shift+F8 (on a blank line). When I do that I get a dialog saying to select a breakpoint in the project code, but... -
Created Dataspell & pycharm in the same directory
Pycharm (& other ides) store their files in the .idea directory. I've found that trying to use multiple tools with the same project directory works badly, because the tools conflict with their co... -
Created Commit & push isn't working
Commit works, push works, but the button to do both together doesn't do anything.I'm not sure when it started, but I think the last 3 (eap) releases have shown this behaviour. I just installed B... -
Created Inline autocomplete
Answered<Compliment> I see that pycharm is starting to do autocomplete suggestions that look similar to what copilot provides. To whomever is making that happen, thank you. I like it very much, please co...