Yiming Li
Yiming Li
Would you consider supporting `lower_bound` and `upper_bound` iterator, proposed usage maybe: ```js const s = new TreeSet([1, 2, 3, 4, 5]) const a = [...s.lower_bound(2)] console.log(a) // [2, 3, 4...
## Reproduce Link: https://github.com/upupming/esbuild-css-not-splitted ## Explanation ### Problem 1 -- CSS splitting When use the `splitting` option, esbuild can split dynamic imported JS files to different chunks and corresponding CSS...
Thanks for your great work!. Like this tool very much, do you have the plan to support exporting from Android Phone?
|TODO|Importance|Status| |----|------------|----| |Refactor the code|:star::star::star:|FINISHED| |Rewrite the README.md|:star::star::star:|FINISHED| |Write an article about v2.0, and submit it to [awesome-vscode](https://github.com/viatsko/awesome-vscode)|:star::star::star:|Not started yet| |Support for files besides markdown|:star::star::star:|FINISHED| |Add testes and appveyor CI...
链接: https://modernjs.dev/docs/guides/features/server-side/web/ssg#%E8%8E%B7%E5%8F%96%E6%95%B0%E6%8D%AE 文档写道: > 执行 pnpm run dev,重复刷新页面,可以看到 /foo 页面的渲染结果不断发生变化,说明数据是在请求时获取的。 SSG 的原理应该是在构建的时候生成数据,刷新页面的时候结果是不会发生变化的,随机数是固定的。我测试了文档所给的例子,发现确实随机数在 build 的那一刻已经被生成好了: `dist/html/main/index.html`: ```html ... window._SSR_DATA = {"data":{"loadersData":{"\"foo\"":{"loading":false,"reloading":false,"data":{"message":0.19314048999421352},"error":null}},"storeState":{}},"context":{"request":{"params":{},"query":{},"pathname":"\u002F","headers":{"host":"localhost:8080"}}},"renderLevel":2} ``` Next.js 的页面如果用 `getStaticProps` 的话,一次 dev (不修改源码触发重新 compile 的情况下)永远只会被执行一次,`getServerSideProps` 会在页面刷新的时候每次都做新的请求,重新执行一次。...
搜索必须点击 icon,但是 icon 太小,不方便点击:  建议增加键盘 enter 搜索的功能。
在手机上输入 https://cc98.org/ 现在不会自动跳转到 https://m.cc98.org/ ,在电脑上反之亦然。 相比之下,各搜索引擎(比如 https://bing.com/ )和一些大的网站(比如 https://zh.wikipedia.org )都会自动切换桌面版和移动版。
…h and logLevel
Currently in picgo-core it will see if it is 'GUI' mode (in PicGo Electron) and look at different path for the clipboard scripts. https://github.com/PicGo/PicGo-Core/blob/f133d57562c413b0b6f9a9ca9a93bf19c1768f1f/src/utils/getClipboardImage.ts#L33-L43 In my opinion, picgo core is...