BoringCat

Results 6 comments of BoringCat

加上 display() 和 getbuffer() 的性能优化方案 - 屏幕:5.83inch e-Paper HAT ``` python def display(self, image): imwidth, imheight = image.size image_monocolor = image.convert('1') logging.debug('imwidth = %d imheight = %d ',imwidth, imheight) if(imwidth...

> fyi: #981 is also fixing the same issue. Well, after i make this PR. My target was changed. I need to known more infomation about the certificate. I'm now...

I have same issue on version v0.26.0 and v0.27.0. (and maybe version v0.24.0? I forgot and lost log) I have a large dataset which average 48,130 samples per second and...

Same panic in [email protected] **Thanos, Golang version used:** ``` thanos, version 0.22.0 (branch: HEAD, revision: 3656e290c8eb034e2e09e0afc79f087be88de481) build user: circleci@d99a55512da0 build date: 20210721-15:34:46 go version: go1.16.6 platform: linux/amd64 ``` **panic log:**...

Try nightly builds transmission-4.0.0-beta.3.dev+r3c11b36bc3. Problem persisted. ![image](https://user-images.githubusercontent.com/25497484/216651905-aa1b203d-63df-4ebf-8c94-77e44060071e.png) build cmd: ```sh cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_DAEMON=ON -DENABLE_GTK=OFF -DENABLE_QT=OFF -DENABLE_MAC=OFF -DENABLE_WEB=ON -DENABLE_CLI=ON .. make -j12 ``` run cmd: ```sh env TRANSMISSION_WEB_HOME=$PWD/web/public_html ./daemon/transmission-daemon -g config...

+1 长远来看增加dns server是有必要的,最近发现windows上的chromium系浏览器开始优先使用dns over tcp了,导致dns分流失效,不得不在路由器上加上dns重定向的iptables规则。 ![image](https://github.com/daeuniverse/dae/assets/25497484/f0368d72-7eda-460e-85a4-44f5467261ce)