Rongrong

Results 136 comments of Rongrong

`libappindicator` is just used to help programs display their icon on the systray. Does headless Chromium really need it? What's more, `libayatana-appindicator3-1` has tons of dependencies! I've done some tests...

So I figured out some magic to install only those **necessary libs**: ```Dockerfile RUN \ set -ex && \ apt-get update && \ apt install -yq --no-install-recommends \ apt-file \...

In fact, neither `chromium` from Debian nor `google-chrome-stable` from Google depends or transitively depends on `libappindicator` or `libayatana-appindicator`. Just verify that yourself: ```sh apt-rdepends chromium | grep appindicator apt-rdepends google-chrome-stable...

> sure : > > ``` > # https://github.com/puppeteer/puppeteer/blob/edb01972b9606d8b05b979a588eda0d622315981/docs/troubleshooting.md#running-puppeteer-in-docker > FROM node:lts-bullseye > > RUN apt-get update \ > && apt-get install -y wget gnupg \ > && wget -q...

> Yes, the `errors.csv` aims to document all seen errors (you could still trigger this one using raw API). It's even used by other people, so it's good we keep...

A dirty solution: 1. Download [busybox-w32](https://frippery.org/busybox/) and place it somewhere you like 2. "Install" busybox to `/path/to/SSHFS-Win/bin` (run as administrator): ```sh .\busybox --install "C:/Program Files/SSHFS-Win/bin" ``` Only `sh.exe` is needed,...

> @Rongronggg9 Could you explain in more detail what the next steps are to map a network drive via SSHFS? I have done what you suggested, but it seems to...

@ElanHasson Have you done this? https://github.com/winfsp/sshfs-win/issues/166#issuecomment-1013741113

> 顺便问一下, 能提供张line贴图给我做测试吗? 我不用LINE 为了避免版权上的争议,直接给贴图不是太合适。从 [REDACTED] 下载吧: 这里随便选了一个动态贴图集: [REDACTED] ,`animation@2x` 目录里为动态贴图。 比如 `[email protected]` 是一张帧重复率比较高的贴图。而 `[email protected]` 则是另一种代表:由于 LINE 贴图似乎有时长必须为整数秒的限制,所以这张贴图是 3 个有效帧重复出现 6 次,且持续时间也一致;另外这张贴图的帧率是非标准的 18fps(非标准的帧率在 LINE 贴图中不少见),被 W2xEX 处理后就变成 20fps 了,不知道能不能解决这个问题。(对于这种贴图也许 APNG...

> 另外这张贴图的帧率是非标准的 18fps(非标准的帧率在 LINE 贴图中不少见),被 W2xEX 处理后就变成 20fps 了 还发现一个问题:有些贴图不同帧的持续时间是不同的,存在一些帧的持续时间会更长。被 W2xEX 处理后,所有帧的持续时间都变成帧率的倒数了。