I’m using pw.debug quite regularly in order to test my workflow. I often do this in Jupyter notebooks/Lab where I’m used to using the auto-complete function to write my code more efficiently.
When using pw.debug
, i need to type 4 letters before I can press TAB because it competes with pw.debezium
. So basically I need to type the whole thing every time (because it’s only 5 letters).
This is a minor nitpick obv but something I can imagine other folks running into as well.