DarkSky

Results 117 comments of DarkSky

hi, our docker image support armv8: https://github.com/toeverything/AFFiNE/pkgs/container/affine

**[nightly-server-latest](https://github.com/orgs/toeverything/packages/container/affine/45255230?tag=nightly-server-latest)** tag now supoort amd64/armv8/armv7, both amd64 and armv8 have been tested by hardware(9900t for amd64, rk3389/m2 for armv8), but since i don't have an armv7 device on hand, so...

自用docker::docker pull darkskydocker/rustrssbot 带有一个环境变量TELEGRAM_BOT_TOKEN 欢迎使用

前阵子看到有人做了个把游戏cg压成视频的工具,不过好像没开源,我问问作者有没有兴趣加上把序列帧压成视频的功能🤔

大概把下载的图全部压成视频也没问题,cg压缩了因为还可以解压出来

* **#5979** 👈 * `canary` This stack of pull requests is managed by Graphite. Learn more about stacking. Join @darkskygit and the rest of your teammates on Graphite

> this is a bad idea, make all the db queries must be aware of query engine. currently prisma only support get a transaction by Prisma.$transaction but i just found...

> what about a resource lock for mutating data, for example: > > ```js > function invite(workspaceId, userId) { > // this is good because it tell us there may...

consider that the auth module is refacting, restack the throttler refactor branch and develop it based on the auth branch but not this branch

> How about expose `using` API: > > ```ts > await using _ = await this.mutex.lock(`key`); > ``` looks more elegant than the existing solution, I will add support for...