azu

Results 808 comments of azu

[alexgorbatchev/crc: Blazingly fast CRC implementations for node.js and browser](https://github.com/alexgorbatchev/crc)

- [tj-actions/changed-files: :octocat: Github action to retrieve all (added, copied, modified, deleted, renamed, type changed, unmerged, unknown) files and directories.](https://github.com/tj-actions/changed-files?tab=readme-ov-file)

https://github.com/semgrep/semgrep/pull/9870/files#diff-c463c8b78e2faff41089d57c24516f930df4b460e3f742bf118feb2d5f0cce8aR262 [git-cat-file ](https://git-scm.com/docs/git-cat-file) approch is instersing

playground https://secretlint.github.io/

@koralle 配列の章とMap/Setの章は別々のPRとして進めるのが良いと思います。(Assignするためにmentionしちゃいましたが、なぜかAssignはできなかった…)

- ユースケース/モチベーションの整理 - 他の書籍やサイトなどでの紹介例を集める(MDNとか[Eloquent JavaScript](https://eloquentjavascript.net/)とかhttps://javascript.info/ とかブログとか) - ユースケースの章でgroupByを使うべき場所がないかを確認する - わかりやすくシンプルなExampleを考える - 文章として追加する 作業としては毎回こういうイメージのことをやっています。 ちょっと考えるところとしては、Web互換性のためにStatic Methodになってるというのを説明するべきかどうかという点ぐらいなのかなとは思います。(多分冗長になるので不要になりそうな気はしています) - [Why static methods?](https://github.com/tc39/proposal-array-grouping?tab=readme-ov-file#why-static-methods) 参考 - https://github.com/asciidwango/js-primer/issues?q=is%3Aissue+is%3Aclosed+label%3A%22Lang%3A+ES2022%22+ - https://github.com/asciidwango/js-primer/issues?q=is%3Aissue+is%3Aclosed+label%3A%22Lang%3A+ES2021%22 - https://github.com/asciidwango/js-primer/issues?q=is%3Aissue+is%3Aclosed+label%3A%22Lang%3A+ES2020%22

合わせて考えたいこと - #1674 - #1694 - #1698

## First Impression - [tc39/proposal-is-usv-string: a proposal for a method to determine if a String is welll-formed Unicode](https://github.com/tc39/proposal-is-usv-string) [サロゲートペア](https://jsprimer.net/basic/string-unicode/#surrogate-pair)で判定方法として触れる可能性がある。 - [tc39/proposal-atomics-wait-async: "asynchronous atomic wait" for ECMAScript](https://github.com/tc39/proposal-atomics-wait-async) Atomicsは触れてないので特に触れない - [tc39/proposal-regexp-v-flag: UTS18...

## [Well-Formed Unicode Strings](https://github.com/tc39/proposal-is-usv-string) 孤立したサロゲートペアを発見するメソッド。 ```js encodeURIComponent("\uD800") ``` のような孤立したサロゲートペアを受け取ると例外を投げる文字列の判定に利用できる。 [サロゲートペア](https://jsprimer.net/basic/string-unicode/#surrogate-pair) では、特に孤立したサロゲートペアについては触れていない。 そのため、追加するかはちょっと微妙。コラム的に書くのはありかもしれないぐらいな印象 ### 結論 Issueは作るが、必要なら対応するぐらいな優先度