David Murray

Results 8 comments of David Murray

We're having this same issue, and we also use Django + Django Rest Framework. I know that there are some competitive platforms that do line-by-line profiling out-of-the-box. It's been really...

Thanks -- in our case doesn't look like we use any of this. We're going to set up Datadog for now which has line-by-line profiling out of the box without...

You articulated so eloquently what I failed to articulate above. I wholeheartedly agree!

I've also encountered this issue. As a foolproof strategy, while less efficient, I find that inheriting a signal processor from RealTimeSignalProcessor and defining handle_delete as such, addresses the above issue...

I've just created this PR to resolve the issue -- I've tested and it works locally: https://github.com/jakubroztocil/rrule/pull/593

Just checking in -- @connor4312 does this look worthy of prioritization to you? Since it's a blocker to adopting the debugger, but I recognize it only affects WSL2 customers on...

@connor4312 I realize I had a typo in my original description (fixed) - I said "browser restart" but meant "computer restart", my apologies! So to answer your question, both cases...

Hi there @connor4312, just checking in on this as it's still a problem. Any update?