-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
一部TypedArrayがサポートされてないため、dashboardでのmsgpack通信を無効化 (#25)
Fixes #24. 一部TypedArrayがサポートされてないため、msgpack通信を無効化しました([参考](https://github.com/msgpack/msgpack-javascript/issues/182))。 - [msgpack-lite](https://www.npmjs.com/package/msgpack-lite)の方がサポートされてるTypeは多いようですが、パッケージが古い(6年〜)・decodeAsyncがサポートされてないなどの理由で不採用。 - カスタム拡張を自作することで対応できそうですが、時間がかかる・frontend/backend両方実装する必要があると難易度が高い。 その他変更点まとめ: - `npm audit fix`でdashboardの依存パッケージ脆弱性を修正 - M1Macでも動けるよう、`docker-compose.yml`に`platform`指定を追加
- Loading branch information
Showing
9 changed files
with
1,157 additions
and
1,895 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.