Aloento
Aloento
**Describe the bug** `yarn create wmr` rename `public\index.js` to `public\index.tsx` ```diff - export async function prerender(data) { + export async function prerender(data: JSX.IntrinsicAttributes) { return await ssr(); } ``` then:...
``` "@wmrjs/service-worker@^0.3.1": version "0.3.1" dependencies: rollup "^2.0.0" ``` ``` rollup@^2.0.0: version "2.70.1" ``` then `"@rollup/plugin-commonjs" requires at least [email protected] but found [email protected].` Cannot fix this by `yarn add -D rollup`...
**Describe the bug** `yarn create wmr ` rename `wmr.config.mjs` to `wmr.config.ts` then: ``` Error: Failed to load wmr.config.ts Error [ERR_REQUIRE_ESM]: require() of ES Module .\node_modules\wmr\index.js from .\wmr.config.js not supported. Instead...
##### Brief Description When I was converting the following code, I found that only the functions of int were converted, while other functions such as path_t were not converted. OS:...
## What happens? 新建项目时出现报错 ``` [4/4] Building fresh packages... [4/4] ⠁ @umijs/bundler-vite [-/4] ⠁ waiting... [-/4] ⠁ waiting... error D:\Codes\Math\node_modules\@umijs\bundler-vite: Command failed. Exit code: 1 Command: node scripts/linkDeps.js Arguments: Directory:...
关联到 https://github.com/bangumi/dev-docs/issues/1 的 [Stage 2](https://github.com/bangumi/server/projects/3) SQL Schema: * https://github.com/bangumi/dev-env/blob/master/un-processed/chii_blog_comments.sql * https://github.com/bangumi/dev-env/blob/master/un-processed/chii_blog_entry.sql * https://github.com/bangumi/dev-env/blob/master/un-processed/chii_blog_photo%20(2).sql 模块: 1. 枚举日志 a} 在 /user/{uid}/blog 中枚举 b} 在 /{category}/blog 中枚举 与仅好友可见相关功能 2. 新增日志 /blog/create 3. 修改日志...
preact doesn't have a `ReactCurrentOwner`, so it will throw an exception. It looks like you packaged a small part of React into your npm package as well. `react/cjs/react-jsx-runtime.[env].js` in `excalidraw.[env].js`...
fix #5909
先是 SSL 证书错误 它的安全证书来自 *.tcb.qcloud.la,后来直接 404 了 ``` nslookup qrbtf.com Server: UnKnown Address: 100.125.2.40 Non-authoritative answer: Name: auzvuqot.legotcb.sched.tdnsv8.com Addresses: 113.207.69.167 116.177.242.187 113.207.69.146 110.249.196.124 119.167.203.11 14.204.50.185 119.188.123.112 124.95.177.72 116.162.78.60 113.207.30.58 Aliases:...
`Cannot read properties of undefined (reading 'length')`