issues Search Results · language:Edge language:TypeScript language:PHP language:JavaScript language:Java language:HTML
Filter by
61M results
Code Quality Finding
Four public utility functions in superset/utils/core.py are used across the production codebase but have zero test
coverage anywhere in the test suite:
- find_duplicates() (line ...
devin-ready
testing
What is the current behavior?
When using rechart() to continuously updating a line chart, memory use increases over time without apparent bound. In a
production app with 3 graphs containing 300 datapoints ...
Hello.
Is it possible to expand a bit on this part?
Note: you will also need to configure the CH9329 chip to use the 115200 baudrate for the front-end to work. Please follow the instructions in CH9329 ...
CATALOG_SEED_SYNC_REQUEST Type: movie IMDb: TMDB: 535167 Title: La Tierra Errante Year: PosterUrl:
https://image.tmdb.org/t/p/w500/gBxyQTHMLJvODAQ4gB8FpGcujhp.jpg Description: ReleaseDate: BackdropUrl: ...
catalog-seed-sync
In 61e3cdf, moa_api 農業部資料 (副資料來源) (https://data.moa.gov.tw/Service/OpenData/FromM/FarmTransData.aspx) was down:
- HTTP code: 0
- Response time: 0 ms
moa-api
status
🛡 Dependency Security Report
Grade A+ · Score 100/100 · 0 vulnerabilities as of 2026-06-07
| Severity | Count |
| --- | --- |
| Critical | 0 |
| High | 0 |
| Moderate | 0 |
| Low | 0 |
| Info | 0 |
...
security-audit
Bug Description
extract_column_dtype() in superset/utils/core.py (line 1819) returns GenericDataType.STRING for boolean columns because
the boolean check is missing. The maintainers left a TODO comment ...
bug
devin-ready
!--
Before Opening Please...
- [x] Search for an existing/duplicate RRFC which might be relevant to your RRFC --
Motivation ( The Why )
Scripts in package.json oftentimes rely on prior state or context ...
移動平均からの乖離率(供給ブレ検出に強い)
- 販売台数
- 4週移動平均
- 平均との差分を見る
df.with_column(
((pl.col( units ) - pl.col( ma4w )) / pl.col( ma4w )).alias( deviation )
)
import polars as pl
# pandasの df.groupby( hw )[ ...
This issue was automatically created as part of the hourly check process. Please review the details and address any
concerns.

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.