Ruslan Zarifov

Results 6 issues of Ruslan Zarifov

As I see in the code of this debugger, the async functions were deliberately forbidden for tracing. What's the reason for it? And can we expect to see this implemented...

In the given example of fast reload we're reloading the code of example bot, and it works. Until you decide to split the code in multiple modules, and python's reload...

enhancement

The title is self explanatory. How to debug coroutines, tasks, futures using snoop or whatever else? Asking this because snoop, as well as birdseye deliberately chose to not support coroutines.

This problem looks like is not critical since everything is working, but I need to point this out since it is may be important somewhere else. The screenshot, to be...

**Describe the bug** Each time you hit F12 the window appear slightly lower than the top edge of the screen, and when you hide it and reveal it again it...

How do you launch a bot versus bot? Like I have two bots written in rust and I want them to fight each other. Best I came across in the...