Munieru / MUROOKA Naoki
Munieru / MUROOKA Naoki
When auto fix option is on, fix "fixable" problem automatically. like [linter-eslint](https://github.com/AtomLinter/linter-eslint)
**Describe the bug** The layout is broken in Yahoo! JAPAN. To fix it, apply these styles: ```css #chat-gpt-for-google-search-enhance { margin-left: 20px; } .search-enhance-WDIEk { width: 450px; } ``` |before|after| |---|---|...
## Image on top: on bottom: ## Pros - It will be a guide when posting on Twitter etc. ## Cons - Spoils the simplicity of the application Thank you...
ほとんどのページにおいて、各セクションのページ内リンクが自動生成されたものになってしまっています。 たとえば、「JavaScriptを改善する」は、次のようなロジックでアルファベットの文字列「javascriptwosuru」に変換されています。 - "JavaScript" -> "javascript" - "を" -> "wo" - "改善" -> ""(漢字は単に無視されるようです) - "する" -> "suru" 自動生成された文字列は不完全なので、次のいずれかの方法で明示的にid属性を指定すべきでしょう。 - A:見出しのid属性に実際の見出し(日本語)を指定する ```html JavaScriptを改善する ``` - B:見出しのid属性に本家と同じものを指定する ```html JavaScriptを改善する ``` いずれにせよ、目次のほうも合わせて修正が必要になるかと思います。...
cf. https://github.com/ts-examples/sleep/pull/47
like this: ```js function ok(expr, msg) { if (!expr) throw new Error(msg); } suite('Array'); test('#length', function() { var arr = [1,2,3]; ok(arr.length == 3); }); test('#indexOf()', function() { var arr...
cf. [DefinitelyTypedに型定義ファイルを作ってコントリビュートする手順 | I am mitsuruog](https://blog.mitsuruog.info/2017/11/way-to-contribute-definitely-typed.html)