frmdstryr
frmdstryr
Only create rows for the number of rows that can be seen at one time on the screen. If you're viewing a dataset with 1M rows but the screen only...
That's perfect! Thank you!
Workaround: ```python import socket socket.SO_REUSEPORT = 15 ```
I'm also interested in using this to cross compile python distributions.
Hmm.. it looks like that should work. I'll try it here when I get some free time.
It looks pulseview added something like this recently: https://www.sigrok.org/blog/new-pv-tabular-decoder-output-view For now I'll see if I can get something using the cli and hopefully view it with that, thank you!
I managed to get something working in scopy. It currently only works for usb packets because that's I need it for at the moment.  I can't figure out how...
Ah, that's perfect, thanks! After that comment I got it to center and I'm unsure if zooming is the best approach because it hides the packets around. Maybe double click...
> I think that it would be useful if you could select the decoder on the left and only see the decoded signals for that decoder on the right. Yeah...
I like the search idea. It the search could almost be at the top next to the print/group buttons? It wouldn't really need the decode table to search. Since space...