Timothy Johnstone

Results 15 comments of Timothy Johnstone

I have created a PR ( #139 ) to address this issue - please check it out and see if this is a fix that would address your feature request

Sorry for introducing a bug! Didn't happen when I tested the various sizes but it looks like this is happening when the screen size is exactly the length of the...

@cmdshft what do you get if you run `pidof pihole-FTL` in terminal? The code checks to see if that's an empty string (and if so, avoids the ps call and...

I also have the same flicker (I use the pimoroni hyperpixel) and assumed this was the default refresh/redraw just doing its thing. Did your previous screen use the same layout...

Interesting that it's in the terminal-only mode but not the others - I wonder if there's a way to tweak the redraw rate in that mode? A cursory search doesn't...

I'm not at home so can't test atm, but I pushed a first attempt where I simply moved the terminal clear to right before the print functions so there's less...

Hi @Sekhan, thanks for testing! Not sure why that is, sound like maybe you're running html instead of bash? did you try the raw file? https://raw.githubusercontent.com/tgjohnst/PADD/faster_refresh_1/padd.sh I'll be home in...

Thanks Sekhan, the buffering solution I suggested is in a comment in the second solution there (https://unix.stackexchange.com/questions/81167/prevent-text-screen-blinking-when-doing-clear#comment675237_126153) but I haven't yet had time to implement/test it. Maybe this weekend... I'll...

@cmdshft @Sekhan this should be fixed in my latest PR :) give it a try: https://github.com/tgjohnst/PADD/blob/repaint/padd.sh

Chiming in to say I'm testing a VPN+firewall solution with SSL inspection and am also affected by this issue. AWSCLI had a similar issue because it uses the certs vendored...