posit-dev / posit-dev/rsconnect-python
write-manifest quarto doesn't support Shiny Quarto documents
オープン
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 37
- フォーク
- 28
- 平均マージ
- 1日 3時間
- マージ済み PR(30日)
- 7
説明
Summary
rsconnect write-manifest quarto always creates a static document manifest, even for Quarto documents that use server: shiny in their YAML front matter. There's no way to generate a quarto-shiny manifest via the CLI.
Details
The codebase has support for AppModes.SHINY_QUARTO internally, but the CLI doesn't expose this functionality:
- No
--shinyflag onwrite-manifest quarto - No auto-detection of
server: shinyin the Quarto document's YAML front matter write-manifest shinydoesn't recognize.qmdfiles as valid entry points
Current workarounds
- Use
quarto publish connectinstead (which does handle this correctly) - Manually create a
manifest.jsonwith"appmode": "quarto-shiny"
Expected behavior
Either:
write-manifest quartoshould detectserver: shinyin the document and create aquarto-shinymanifest automatically, OR- A
--shinyflag should be added to explicitly request a Shiny Quarto manifest
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
CLI のエントリポイント write-manifest quarto と write-manifest shiny から始め、既存の AppModes.SHINY_QUARTO サポートを追跡します。Quarto YAML front matter と有効なエントリポイントがどのように扱われているかを確認します。server: shiny を使用する .qmd ドキュメントに対して、検出または明示的なフラグのいずれかによって、CLI が quarto-shiny マニフェストを生成できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- cli
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100