Oleg Nechaev

Results 42 comments of Oleg Nechaev

for me it depends on TERM, e.g. if `TERM=screen` it doesn't flash

Happens too often for me, on python 2, and now on python 3, but not found how to reproduce it yet. ubuntu docker (Ubuntu 22.04.1 LTS) + uwsgi pudb 2022.1.2...

@asmeurer yes, but trying to replay the same flow nothing happens, it happens randomly. maybe I catch how to reproduce it one day :) @mvanderkamp yes, usually it happens when...

The same for filter + lambda ```python x = 5 list(filter(lambda s: x, [{}])) ``` Command line: [Ctrl-X] gives exception: ``` >>> list(filter(lambda s: x, [{}])) Traceback (most recent call...

version 2017.1.2 works well ```pip3 install -U --user pudb==2017.1.2```

thank you for link, I will read it, aslo I have plans to simplify alight

@dev-rke yes, rivets is not rich in features, even { a + a } or { foo() } don't work. it has another type of change detector - observers with...

addition: `rv-if="auction.timeLeft | lt 120"` vs `al-if="auction.timeLeft < 120"` `rv-text="event.duration | call event.start event.end"`

@rumkin Can I use common header and footer for "/users/*" in your approach. In this example by @fend25 I can do this: https://jsfiddle.net/fend25/e1LLu72c/ > Events could be stopped to prevent...