feature_request: return wrapped cached object on which methods of cached object can be directly called, and executed in server
まだ誰も着手していません。
評価
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 初心者へのやさしさ
- 25/100
- issue の種類
- 機能追加
- 明瞭さ
- おおむね明確
- 活発さ
- 停滞
- 技術スタック
- python
調査の方向性
Proxy.cache(object) と提案されているラップされたキャッシュオブジェクトから始め、その後、以前の proxy.run_method_of_cached に関する議論を確認してください。この機能は、キャッシュオブジェクトのメソッドをクライアントから呼び出してサーバー上で実行でき、さらにラッパーがクライアント側でのキャッシュオブジェクトの復元にも対応した時点で完成です。
索引モデルが issue の本文から書いたものです。
説明
Create a easy-to-work with wrapped cached object on which methods of the cached object (which may call all the nice scientific libraries we cannot use in IronPython) can be directly called--triggering their execution in the server.
An example of how it would be used from the point of the Proxy-using developer:

This involves creating a wrapped cached object that gets returned when Proxy.cache(object) is used:

This class, as can be seen, gathers and wrap all the methods that are in the cached object's class, so that they may directly be called from the Client side...
Where proxy.run_method_of_cached was discussed in an earlier Issue...
Finally, the wrapped object also provides a handy restore function that allows the cached object to be recreated in the client side.
- 主要言語
- Python
- スター
- 6
- フォーク
- 2
- PR マージ指標
- 30日以内にマージされた PR はありません
環境構築
このプロジェクトの環境構築ファイルはまだ確認していません。まず README を読み、一般的な手順ははじめてのコントリビューションガイドを参照してください。
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
compas-dev/compas_cloud のほかの issue
-
難易度 1/5 1時間未満 初心者へのやさしさ 45/100
compas-dev/compas_cloud#20 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 35/100
compas-dev/compas_cloud#15 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 15/100
compas-dev/compas_cloud#14 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
compas-dev/compas_cloud#12 · コメント 2 件 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 25/100
compas-dev/compas_cloud#11 ·
compas-dev/compas_cloud の issue をすべて見る
似ている issue
-
pydanty:is-working
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100
pydantic/pydantic-ai#8843 ·
メンテナーはふだん 1 日以内に返信
-
breaking change enhancement server
難易度 2/5 1〜3時間 初心者へのやさしさ 72/100
メンテナーはふだん 1 日以内に返信
-
bug
難易度 2/5 1〜3時間 初心者へのやさしさ 88/100
sktime/sktime#11310 · コメント 1 件 ·
メンテナーはふだん 1 日以内に返信
-
難易度 2/5 1〜3時間 初心者へのやさしさ 72/100
メンテナーはふだん 1 日以内に返信
-
needs-triage
難易度 2/5 1〜3時間 初心者へのやさしさ 85/100
メンテナーはふだん 1 日以内に返信