mantou

Results 122 issues of mantou

Chrome 70 Array.prototype.sort use the stable TimSort algorithm https://twitter.com/mathias/status/1036626116654637057

enhancement

Convenient portability. thanks

TypeError: Cannot read property 'stats' of undefined at /home/upyun/impress-website/node_modules/caniuse-api/dist/index.js:78:16

应用的主要功能是翻译输入文本。 额外的功能也可以提供: - 读音(现在已经有并且绑定了方便的快捷键) - 音标 - 相关单词短语 - 例句 这些信息的显示需要进行仔细考虑权衡,还需要一个初步的 UI 设计。 这个 issue 中也提到类似的额外信息:https://github.com/MoeFE/GoogleTranslate/issues/15 界面空间的问题其中的一个解决方案:https://github.com/MoeFE/GoogleTranslate/issues/118

enhancement

类似谷歌翻译的 webapp,字数或者行数过多时调整字号

enhancement

Currently only p1/p2 seems to be supported. Some games support 4 players: e.g: [legend.nes.zip](https://github.com/takahirox/nes-rust/files/8777371/legend.nes.zip)

下面是我的理解: 调试 ES6 modules,现在的方案是先编译成 es5,加上 sourcemap 进行调试。 如果要直接调试,可以使用 babel-node,但是在调试上下文中变量有问题。 使用 nodejs 原生 es6 modules 调试理论上没有问题。 ``` NODE_OPTIONS='--experimental-modules --loader ./custom-loader.mjs' node —inspect-brk x.js # custom-loader.js 支持加载 nodejs 内置模块,省略 js 后缀的 es6...

`createTagBefore` allows to replace the version number of files other than package.json before creating a release. e.g: - https://github.com/Polymer/lit-html/blob/259786bd472ea7abae0947a600303608b7fc5eff/src/lit-html.ts#L55 - https://github.com/mantou132/Spotify-Lyrics/blob/master/public/manifest.json#L3 - https://github.com/mantou132/gem/blob/master/src/lib/version.ts

## Describe the problem When you haven't selected it in the input method, you should not request a request. ## Describe the solution Use https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/isComposing