Results 65 comments of fengkx

https://fengkx.github.io/jieba-wasm/ Thanks @Thulof

https://hexo.io/docs/helpers#toc https://github.com/fengkx/hexo-theme-purer/blob/3dd4a676afa214a53cd492ca8a0d6c4497c60276/layout/_partial/sidebar-toc.ejs#L6 参考改这个

可以自己改, pr welcome

我是在用 linuxserver.io 上的image时遇到比较多gchr.io , 特别是它文档里的docker-compose都是写的 gchr.io。 例如:https://docs.linuxserver.io/images/docker-nextcloud 当然把gchr.io去掉直接从docker hub拉好像是一样的。

@antfu Would you take a look on the API?

Is this issue still being worked on? I have a use case, maybe I can try to do it. @antfu

I am also using supabase in my project facing this problem. I am still having this issue. Cloud you tell me how to fix this? @blechatellier

``` {"level":"error","message":{"error":"Error: SASL: Last message was not SASLResponse\n at Object.finalizeSession (/app/node_modules/pg/lib/crypto/sasl.js:62:11)\n at Client._handleAuthSASLFinal (/app/node_modules/pg/lib/client.js:281:12)\n at /app/node_modules/pg/lib/connection.js:117:12\n at Parser.parse (/app/node_modules/pg-protocol/dist/parser.js:36:17)\n at Socket. (/app/node_modules/pg-protocol/dist/index.js:11:42)","type":"db"},"timestamp":"2024-06-26T03:03:55.371Z"} ``` another issue

1. `Error: SASL: Last message was not SASLRespons` is related to [supabase](https://github.com/brianc/node-postgres/issues/3222). Restart supabase project seem to solve the problem. 2. Downgrade pg from 8.12.0 to 8.11.x seem to solve...

> * `Error: SASL: Last message was not SASLRespons` is related to [supabase](https://github.com/brianc/node-postgres/issues/3222). Restart supabase project seem to solve the problem. > * Downgrade pg from 8.12.0 to 8.11.x seem...