Eric Van Horn
Eric Van Horn
I came here attempting to solve this same problem with Bash 5.0.17 on Ubuntu 20.04, and I can confirm that the solution presented here does, in fact, resolve the issue.
I don't know if this is related, but I am unable to completely duplicate the Python class definition ("cl") example in the documentation. The expansion correctly expands the class name...
I spent the better part of yesterday troubleshooting similar behavior. In addition to my settings for pylsp being ignored, I found the same for sumneko_lua (namely, I could not set...
As a workaround, I found that the legend is saved with the plot if, rather than `p.save("test.png")`, I use ```python f = plt.figure() p.on(f) f.savefig("test.png") ``` where p is the...
Thanks for the insight. For what I need, I can get by with the workaround. Now, if I could move the legend, e.g., “upper right”… but I did read about...
I believe that I have the same issue on Ubuntu 20.04 with Gnome 3.36.8. When I start my system, I can connect without any problem. However, if I remain connected...
I have recently upgraded to Ubuntu 22.04 and this problem appears to be resolved for me. I still occasionally get drop-outs (and occasionally forget to disconnect prior to suspending), but...
I upgraded — I originally commented on my problems using 20.04. I realized that you were using 22.10, and I was not trying to imply that my issue was related...