Emil Martens
Emil Martens
It would be nice if DMC gets the same debounce behavior as DCC and DBC. I miss that pressing enter triggers the callback. What about keeping the current implementation but...
The following examples might be relevant. ```python fn outer(number: Int = 1) -> fn () capturing -> None: fn inner(): print("inner=", number) #prints inner=94467979384400 (varies) print("outer=", number) #prints outer=1 return...
Thanks! This appears to solve the problems with pages.