David Leibovic

Results 37 comments of David Leibovic

Hi, wondering if there's any update on this issue? I believe I am also encountering this issue. Some things I've noticed: 1) I have 10 raspberry pis (model 4 B)....

Thanks for the suggestion @popcornmix . I am aware that omxplayer is no longer supported -- I am only using it because I require hardware accelerated cropping features. Last I...

@popcornmix your suggestion inspired another thing for me to try. I tried maxing out a CPU via: ``` $ /usr/bin/env bash -c 'while true ; do : ; done' ```...

>Can you remove any overclocking/force_turbo and try `over_voltage=2`? Holy shit, @popcornmix , I think this has fixed it! So far I'm unable to reproduce the bug with `over_voltage=2`!! I've spent...

I wonder if raspberry pis should default to using a higher voltage? Not sure what the downsides of that are. It is a bit frustrating that the default settings on...

I see, thanks for explaining. One more thing I was curious about: why does pegging a CPU at 100% busy also seem to prevent the bug from occurring? Does this...

Regarding the prevalence of this issue, I have 11 raspberry pi 4 machines that I use to play videos 24/7. I have observed this issue to occur on 4 of...

I am also seeing this bug. I believe this is related to sublime syntax's [support for embedding languages](https://www.sublimetext.com/docs/3/syntax.html#include-syntax): >Sublime Syntax files support the notion of one syntax definition embedding another....

As a workaround for this issue, you can: 1. install [bat](https://github.com/sharkdp/bat), 1. Place [this file](https://gist.github.com/dasl-/9ea0d83cd478f36f6c7deaa737480492) at `~/.config/bat/syntaxes/PHP.sublime-syntax` 1. `bat cache --build` This will make delta assume that any file with...

Another improvement: the default `Monokai Extended` theme doesn't do the greatest job of coloring PHP code. Instead, you can use a custom monokai theme to get better coloring. Before ("Monokai...