Check for unicode minus signs
まだ誰も着手していません。
評価
調査の方向性
まず astrodb_utils issue 109 と、ここで言及されているエントリポイント ingest_source および ingest_name を確認します。source と other_names が JSON の作成に至るまでを追跡し、その後、どの経路で Unicode のマイナス記号の置換が必要かを確認します。完了とは、関連する source と name の値が一貫して '-' を使用することです。
索引モデルが issue の本文から書いたものです。
説明
A common challenge with source and alt names is that they include a unicode minus sign. Consider sanitizing source and other_names to replace the unicode with -.
source_string.replace("\u2212", "-")
Could be relevant for source names and/or JSON file creation.
Also going to make this modification on astrodb_utils for the ingest_source and ingest_namefunctions. https://github.com/astrodbtoolkit/astrodb_utils/issues/109
- 主要言語
- Python
- スター
- 12
- フォーク
- 5
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
astrodbtoolkit/AstrodbKit のほかの issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 84/100
astrodbtoolkit/AstrodbKit#110 ·
-
Nulls and load_table オープン
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
astrodbtoolkit/AstrodbKit#109 ·
-
astrodbtoolkit/AstrodbKit#105 · 担当者 1 名 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
astrodbtoolkit/AstrodbKit#104 ·
-
bug
astrodbtoolkit/AstrodbKit#103 · 担当者 1 名 ·
astrodbtoolkit/AstrodbKit の issue をすべて見る
似ている issue
-
area: harness bug status: needs-triage
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
Human-Agent-Society/reef#625 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
難易度 1/5 1時間未満 初心者へのやさしさ 80/100
learningequality/kolibri#15351 · コメント 2 件 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
Name consistency オープン
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
eellak/triplestore#65 · コメント 1 件 ·