Jordan Barnartt
Jordan Barnartt
@StellaHuang95 I can confirm that this is still occurring with: - Microsoft Visual Studio Community 2022 (64-bit) - Version 17.3.4 - Python 3.10.7 (64-bit) or Python 3.9.7 (64-bit) - Windows...
@StellaHuang95 here you are! https://user-images.githubusercontent.com/22924314/191904601-e10032f6-4cf9-42d0-ade3-fd0c9426a521.mp4
Please find the logs attached from when the script ran successfully with the debugger (as no logs were generated when run without the debugger). As I was testing this, I...
I'm also having this issue. I was able to fix the connection to grafana.com by adding the following to my /etc/default/grafana-server file: `HTTP_PROXY='http://calamar.uwaterloo.ca:3128' HTTPS_PROXY='http://calamar.uwaterloo.ca:3128'` However, I'm still seeing the same...
I figured it out, and I feel silly. @sebelk, I think you will too :) After enabling the plugin, there's nothing more to do in this screen. You need to...
Yup, that seems to have done the trick. I've submitted a PR: https://github.com/akvorado/akvorado/pull/1157 Thanks!
I'm sorry to report that I can still reproduce the issue. I'm now running: ``` Microsoft Visual Studio Community 2022 Version 17.5.0 VisualStudio.17.Release/17.5.0+33414.496 Microsoft .NET Framework Version 4.8.09032 Installed Version:...
I've not had this issue in any other Python projects, but I've also not had any other Python projects with stacked decorators. I tried re-installing VS (reboot in-between), but the...
Yes, so far this has only occurred when compiled with `--enable-debug`. I am trying diligently to capture a PCAP, but am not having any luck. I've gone so far as...
@awelzel as requested via Slack, here are a couple more stack traces. I'm happy to provide any other information I can. ``` #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140463990785408) at ./nptl/pthread_kill.c:44 #1...