SinosaurusLee

Results 6 issues of SinosaurusLee

首先感谢作者提供了这么好的平台,由于鄙人英语不佳,导致看 ajv官方文档,头大,难道找到这个中文版的,很不错 ### 问题 > 您可以找到用于格式验证的正则表达式以及formats.js中使用的源代码。 中的 `formats.js` 的地址应该变更了,新的应该是 https://github.com/ajv-validator/ajv-formats/blob/master/src/formats.ts 需要更新

nuxt + html2canvas + fileSaver + code ```js html2canvas(this.$refs.content, { useCORS: true }).then(canvas => { const fileName = `${this.detail.company_name}.jpg`; canvas.toBlob(blob => { saveAs(blob, fileName); }); }); ``` mobile browser |...

> error ``` networkInterface.js?2b41:103 POST http://localhost:8080/graphql 405 (Method Not Allowed) HTTPFetchNetworkInterface.fetchFromRemoteEndpoint @ networkInterface.js?2b41:103 eval @ networkInterface.js?2b41:118 Promise.then (async) HTTPFetchNetworkInterface.query @ networkInterface.js?2b41:118 Deduplicator.query @ Deduplicator.js?8561:15 eval @ QueryManager.js?2cbe:727 QueryManager.fetchRequest @ QueryManager.js?2cbe:724...

错误信息 ``` react-dom.production.min.js:232 Uncaught TypeError: (0 , a.context.handleDeleteMemoryProperty) is not a function at a.handleDeleteMemoryProperty (PropertyList.tsx:298) at Object.onClick (PropertyList.tsx:89) at t.n.handleClick (react-router-dom.js:125) at onClick (react-router-dom.js:158) at Object. (react-dom.production.min.js:49) at d (react-dom.production.min.js:69)...

大佬,这个项目还维护吗

# env `alpine:3.18` docker image # command + `apk add openresty=1.21.4.3-r0` # error `install: can't stat '/usr/share/nginx/http-default_server.conf': No such file or direcotry` ![image](https://github.com/openresty/openresty/assets/31885010/c0525b35-5748-480d-b91f-fa111327ef17)