i18n.site

Results 68 issues of i18n.site

for example: ``` import {readFileSync} from 'fs' export default (fp)=>readFileSync(fp); ``` How should I embed llrt and call the default function and get the return value in rust? How should...

when use Uint8Array , will cause error (the hash column) ``` Error: insert ignore into `v` (`css`, `hash`, `idLi`, `js`) values (151, {"0":114,"1":108,"2":86,"3":55,"4":10,"5":74,"6":187,"7":109,"8":165,"9":203,"10":90,"11":226,"12":165,"13":144,"14":143,"15":33, "16":98,"17":122,"18":116,"19":22,"20":231,"21":192,"22":78,"23":37,"24":13,"25":131,"26":169,"27":153,"28":129,"29":125,"30":136,"31":157}, X'01010101010101010101010101010101010101010101010101010101010 1010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010 10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101', 38) - Unknown...

https://philarcher.org/diary/2011/importrules/ CSS Media Queries on @import Rules This page applies CSS Media Queries to an @import rule. It's designed to show how you can conditionally import a stylesheet based, in...

比如我用[importmap](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script/type/importmap) 定义了前缀, 方便直接引用npm包 ``` {"imports":{"npm/":"https://cdn.jsdelivr.net/npm/"}} ``` 然后国内用户我想切换到 npmmirror ,但是我发现路径格式后缀不一样,没法直接切换 https://registry.npmmirror.com/jquery/3.6.4/files/dist/jquery.min.js https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js https://unpkg.com/[email protected]/dist/jquery.min.js 你可以看到 https://cdn.jsdelivr.net/npm 和 https://unpkg.com 路径格式一样,可以直接替换importmap,但是 npmmirror 不行 https://registry.npmmirror.com/@mdi/js/latest/files/build.js 这种带@mdi组织的格式也需要和 unpkg一致,才比较方便 @ 同样支持 `@latest` https://cdn.jsdelivr.net/npm/jquery@latest/dist/jquery.min.js

https://philarcher.org/diary/2011/importrules/

I think mise should monitor the environment variables added, deleted, and modified by the _.source, and restore them when exiting the directory. I think the implementation is very simple. directly...

enhancement

fix https://github.com/acmesh-official/acme.sh/issues/5261