Feng Yu
Feng Yu
Great, it works. For eliza users: `package.json` ```json ... "pnpm": { "overrides": { "sqlite-vec": "^v0.1.7-alpha.2" } }, ... ``` Then `pnpm i` will resolve this issue.
Seems official openssl 3.6.0 breaks down i686 linux musl build. I'll submit an issue to upstream.
@SKIYET I don't think it's necessary. Firstly, this currently only affects the build for the `i686-unknown-linux-musl` environment (and I don't believe this environment still has a large user base), while...
I'm using grails 3.3.6 with hibernate 5.2.17.final. I find that if `beforeInsert` returns `false`, the `dateCreated` will throw `NPE`: ``` def beforeInsert() { return false } ``` ``` java.lang.NullPointerException: Cannot...
是否考虑使用 http 递归爬取的方案?因为 `https://dl.nwjs.io` 是没有 CF 保护的。而国内一些镜像站在没有 rsync 可用的情况下也是通过 http 递归爬取的方式同步的
但是意外发现不知道 nwjs 的程序员是故意的还是不小心,居然把 R2 的 AK 泄漏到前端页面上去了: ```js /** * Setup S3 bucket params. */ var s3Params = { bucketName: 'nwjs', bucketEndpoint: 'https://6883a4a09c48918c64df1ec7ddb744ba.r2.cloudflarestorage.com', accessKeyId: '90fdca5d031b05eed0ef896a56a9521a', secretAccessKey:'34eeb665b34bfb9b773a8ff763a15e76621f541fdbbadeca6ed23e6d99c878ad' }; ``` 试了下直接使用 `aws...
等了一天,目前来看好像密钥没有轮换,所以不行就先用它页面上的密钥使用 aws cli 同步再说,这样可以暂时恢复同步。等官方改了再找别的方案
I have the same issue with `validate`: ```ts export const postAction: Action = { name: "POST_CAST", similes: ["FARCASTER", "CAST", "SEND_CAST"], description: "Post a cast to Farcaster", validate: async (runtime: IAgentRuntime,...
Hi there. I also get this error when I use bun with next.js project and copilotkit: ``` $ curl 'http://localhost:3001/api/copilotkit' ***** -v * Host localhost:3001 was resolved. * IPv6: ::1...
Hi @probonopd . Thank you very much. But currently go-appimage does not support exclude libs features like linuxdeployqt yet: https://github.com/probonopd/go-appimage/issues/291 Thanks.