efcl’s blog

GitHub英語のメモや引用が中心です。

別のIssueにした方がいい? - 分けた方がいいですね。

Maybe worth queuing this as another issue / pull request? 引用元: Add minimal support for lazy evaluation to chaining syntax #274 by FilipZawada · Pull Request #678 · lodash/lodash Yes, fitting for a separate issue / pull request. 引用元: …

9 anti-patterns for node.js teams

9 anti-patterns for node.js teams 9 anti-patterns for node.js teams from Jeff Harrell 9 anti-patterns for node.js teamsでは node.jsにおける9つのアンチパターンを紹介しています。 Baggage from your previous technology 過去の技術は置いてnodeに…

Pioneerのお試しステップ

pioneer.js - javascript integration testing pioneer/getting_started.md at master · mojotech/pioneer の補足的なファーストステップ インストール chromedriver が必要なので入れる。 npm install chromedriver -g npm install pioneer --save スケルト…

Acorn-cspのできた流れ

RReverser/acorn-csp についての話 Not working for web workers · Issue #90 · marijnh/acorn acornがnew Functionを使うので、CodeMirror経由でacorn使ってる人等がひっかかる Chrome Appとかも同じ問題 @RReverserさんがAST変換をしたCSP対応バージョンを…

この変更を含んだバージョンは何時頃リリース予定ですか?

Nice, great job! What are your plans on releasing a version with these changes 引用元: Support ES6 SpreadElement · 2e3ce60 · Constellation/escodegen.

私の理解では〜

My understanding is that 引用元: Sequencing of promise resolution not being tested · Issue #61 · promises-aplus/promises-tests. 自分がどういう風に解釈してるか述べる時

JavaScript Memory Management Masterclass のメモ

JavaScript Memory Management Masterclass // Speaker Deckのメモです。 Q. メモリリークはどうやってチェックするの? A. DevToolsでSnapshotsを取って比較 Hidden Classes V8にはHidden Classesがあるので、deleteするのは最適化を逆に妨げる。 Closures …

新しいメンテナ募集

New maintainer needed 引用元: New maintainer needed · Issue #86 · yeoman/bower-requirejs. 既に使ってないテクノロジーについてのプロジェクトなので、新しくコードを書く余裕はない。 そのため、新しいプロジェクトの管理者を募集するIssueを立てるケ…

その方がいいね。もしくは...

Yeah, I think that would be better. Or ... 引用元: Normalize testcase format by bterlson · Pull Request #51 · tc39/test262.

レビューで、ここはこうしてくれませんか?と書く時

Could you make this > "Argument of type '{0}' is not assignable to parameter of type '{1}" 引用元: Better error messages in function calls. by ahejlsberg · Pull Request #242 · Microsoft/TypeScript.

これは勘違いっぽいのでIssueを閉じるよ

Because this is user error, I am closing this issue. 引用元: Character 冒 U+5192 is wrong · Issue #4 · adobe-fonts/source-han-sans.

JavaScriptの未来

JavaScriptの未来についての話 最後に生き残るのは{{br}}JavaScriptかもな 2006年 JavaScript の現在と未来 - Developer Summit 2007 2007年 Proposed ECMAScript 4 th Edition – Language Overview 2007年 JavaScriptのDateで表現可能な過去と未来 - 風と宇…

参考までに、FWIW、FYI

FWIW, in ES6 you wouldn’t have to roll your own findElement function — you could just use Array#find. https://people.mozilla.org/~jo... 引用元: Multiple return values in ECMAScript 6. FWIW = for what it's worth 〔真偽の程は分からないが〕…

TypeScript勉強会 スライドまとめ(VSハッカソン倶楽部 第五回)

TypeScript勉強会 - VSハッカソン倶楽部 のスライドをまとめたもの TypeScript勉強会 - Togetterまとめ 講師 タイトル/概要 森理 麟@moririring 「30分で分かる?TypeScript」30分で語るTypeScript 今日から始めるType script入門 亀川 和史@kkamegawa 「Type…

(Node.js) 0.8のサポート外す時

drop 0.8 from travis 引用元: drop 0.8 from travis · 87bf97a · mozilla/sweet.js. 他の言い回し Node 0.8 no longer supported Update: Node 0.8 no longer supported (fixes #734) · e3432cc · roadhump/eslint Drop Node 0.8 support · Issue #734 · es…

CodeMirrorにJavaScriptの実行機能をつけるやつ

azu/codemirror-console. JavaScript Promiseの本で欲しかったので書いた。azu/codemirror-consoleはロジック的なものでUIは持ってなくて、Firefox DevToolsみたいなコンソール表示のUIはazu/codemirror-console-ui別モジュールにした。

JSでQueueとして配列を使った場合と自作したQueue(linked-list)での最適化の話

2 Since you're queuing functions to be executed, you can use a more efficient data structure than a JS array. A queue that has only enqueue, dequeue and isEmpty operations can have all these operations be O1. A JS array probably doesn't be…

既にIssueが立ってて「私も同じ問題です」とアピールする時

I have encounter the same issue. 引用元: Atom doesn't soft wrap CJKChinese/Japanese/Korean correctly · Issue #1783 · atom/atom.

インストールしようとしたけどエラーになったのを報告する時

Got following error when trying to run npm install on Ubuntu 引用元: npm install error · Issue #19 · jiangmiao/node-curl. I've got the error when trying to 〜〜 : エラー内容 何かをインストールしようとしたけど、エラーでできない時等に良く使…

テストを催促されて、テストを追加した時の返答

OK I fixed the tests and added some more cases. 引用元: @extends and @augments are allowed to use the {NameOfType} style by fivetran · Pull Request #77 · Constellation/doctrine.

〜というのが正しい(だが実際には気にしなくていい)

application/javascript is the correct MIME type for JavaScript (although browsers don’t really care). via Use the correct JavaScript MIME type by mathiasbynens · Pull Request #2 · substack/browserify-handbook. application/javascript という…

issue立てた後に「実装にとりかかった」と言う時

Working on this. via Indentation retrieval · Issue #625 · eslint/eslint.

Bowerは悪かどうか

Bower is a not only completely unneeded, it is a net negative to the JavaScript community. Please take it back. — Captain Hindsight (@cjno) May 15, 2014 昨日あたりから、sinon.jsのcjnoさんが発端のBowerは本当にいいものなのかについての話題が…

Wordpress.comでMarkdownが使える

Jetpack for WordPress でも公開されてるけど、 Wordpress.comの設定でMarkdown有効にするとMarkdownで書けるのが結構便利そう。 Tumblrみたいなポストの種類と検索もまともに機能するので、気軽のメモとして良さそう。 (後Wordpressなのでエクスポートも簡…

see http://www....

see http://www.joyent.com/developers/node/design/errors for definition of "Programmer error" and "Operational error" Node.jsのプログラマーエラーとオペレーションエラーについて

About

@azu_re によるメモブログ。 メモ以下のレベルで書くと思うので、信ぴょう性などは存在しません。 英語のフレーズとかをメモる事があると思うので、その時は適当に間違いを指摘してくれると勉強になります。