-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FeatureRequest] More type out of box #182
Comments
Hi, @gfx Are there any plans to support more types out of box in the future? https://github.com/kawanet/msgpack-lite/blob/master/lib/ext-packer.js https://github.com/kawanet/msgpack-lite/blob/master/lib/ext-unpacker.js |
Same there, been migrating a project from But the process was really annoying and time consuming, for basic JS types like So 👍 to get more types, even if its only as an optional |
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`指定を追加
Background
Migrate from
msgpack-lite
, which has support for many types out of box.And I had a look at types at
@msgpack/msgpack/dist/encode.d.ts
,seems everything is also OK out-of-box.
Reproduce
Actual
Expected
Suggestion
The text was updated successfully, but these errors were encountered: