OpenGG
OpenGG
> > 听说是 ffmpeg 的锅,大文件 seeking 就容易 crash 可以 google 搜一下 4k remux seeking crash > > 大佬 我去看了他们的帖子 就是他们说的问题 看4k 时 不是每个硬盘都遇到 单 大部分4k 尤其remux片源有这个问题 应该时源代码的问题 忽然想到,即然不是每个4k都遇到,是否音源及转换过程造成崩溃? 1. 发生崩溃文件,有何相似之处?例如全景声音轨?...
Is there any update on the support for pnpm? I've been facing difficulties while merging nocobase, custom plugins, and headless CMS like Ghost into a single monorepo. Yarn is not...
@chareice @chenos
@cckuailong What are the RAM requirements? Is a M2 Pro with 32GB sufficient for running this project?
dynv6 DDNS IP4P(IPv4 and port encoding in AAAA record): ```bash #!/bin/sh ZONE='' TOKEN='' IP4P=${3} while true; do curl \ "https://dynv6.com/api/update?hostname=${ZONE}&token=${TOKEN}&ipv6=${IP4P}&ipv6prefix=${IP4P}" \ > /dev/null 2> /dev/null if [ $? -eq 0...
Resolve IP4P and generate config with cloudflare worker. worker.js: ```js /** * Purpose: Resolve IP4P and generate a configuration using a Cloudflare worker. * * Usage: * 1. Create an...
docker hub 限制太多了,之前配置的自动构建失效了。 需要做3件事情: 1 将docker镜像迁移到 github action 和 ghcr 2 将alpine和aria2版本升上去 3 (可选)以往观察到alpine和aria2之间还有些兼容性问题,如果做自动升版本,还需要引入发布前自动测试 总的估计需要2~3个工作日左右的时间。目前我没有这个精力,可以接受PR
I have signed Google Individual CLA agreement, please proceed.
Thank you, it did work like you said. But neither "always create new nodes" nor "touch every existing node" is perfect enough for me. I'm thinking of something minimizing dom...