Simon Kuang

Results 5 issues of Simon Kuang

文章中存在有序列表的话,复制到微信公众号的编辑器中,有序列表的样式显示不出来。 下面是在小胡子哥的编辑器中的效果。 ![image](https://user-images.githubusercontent.com/2220656/33350362-4d2d8afe-d4d9-11e7-8fd3-de38ed3da028.png) 下面是在微信公众号编辑器,预览功能中的效果。经过若干次的尝试,预览的效果和实际发出来、在微信 app 中看到的效果几乎是一致的。因此,预览的时候有格式上的瑕疵,我通常会认为发出来之后也会有这个瑕疵。 ![image](https://user-images.githubusercontent.com/2220656/33350290-f5822300-d4d8-11e7-9475-77b81dc516b8.png) --- 不太清楚是不是因为有序列表样式中过多的 `!important` 覆盖导致微信在匹配样式时犯轴。微信自己是提供有序列表的,不至于屏蔽有序列表这一说。

在 vercel 上部署后,报下面这个错误👇🏻 Error: SalaiToken are required at (node_modules/midjourney/libs/midjourney.js:16:18) at (pages/api/imagine.ts:12:17) at (node_modules/next/dist/esm/server/web/adapter.js:144:19) 经过检查,实际上已经设置好了四个环境变量。 几个参数经过反复确认,也都是 OK 的。

I've got the error below while trying to add `chunkin-nginx-module` into openresty. ```bash cc -c -I/data/soft/openresty-1.11.2.2/build/luajit-root/usr/local/openresty-1.11.2.2/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -I/usr/local/geoip-1.4.8/include -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR...

while build docker image with command `docker-compose -f ubuntu.compose.yaml`, it says "php7.4-redis" does not exist. ```bash $ cat .env UBUNTU_VERSION=21.10 PHP_VERSION=7.4 SWOOLE_VERSION=4.6.7 ``` so using pecl command to install php-redis...

- hardware: M1 Mac - OS: Big Sur - PHP: [email protected] by homebrew (7.4.16) - leveldb: 1.23 stable by homebrew (--build-from-source) - ext-leveldb: 0.3.0, downloaded tarball from pecl.php.net, installed by...