issues Search Results · language:Edge language:TypeScript language:HTML language:JavaScript language:Java language:Python
Filter by
77.7M results
Before filing
- [x] I searched existing issues and this isn t a duplicate.
- [x] I m on the latest release (or main) — older builds may already be fixed.
What happened?
What happened?
Vietnamese ...
bug
Summary
Config.is_excluded (src/codelibrarian/config.py:165-172) wraps every exclude pattern in *...* before fnmatch:
if fnmatch.fnmatch(path_str, f *{pattern}* ):
return True
This turns directory ...
Summary
closure-audit.R (scaffolded-math-tutorial skill) reports a large number of false-positive USE-BEFORE-DEF violations by
treating every stock LaTeX/KaTeX macro and every bound single-letter math ...
bug
Spike
Time-box: 2–4 hours
Problem
Sign-up is currently open to anyone. The app should only allow members whose email is on a pre-approved list to create
an account — not just anyone who finds the URL. ...
backend
frontend
Summary
_sanitize_id (src/codelibrarian/diagrams.py:11-23) appends format(hash(name) 0xFFFF, 04x ) to disambiguate node IDs.
Python s built-in hash() for str is randomized per process (PYTHONHASHSEED), ...
Issue (semantics / improvement)
SemanticMemory.add_entity upsert on ON CONFLICT (owner_id, name, entity_type):
DO UPDATE SET
description = COALESCE(EXCLUDED.description, entities.description),
...
On the deployment the agviz (AgViz Assembly Graph Visualisation) in the top left should be a link that takes you back to
the original page where you upload the assembly graph
Summary
_extract_params in src/codelibrarian/parsers/python_parser.py:205-236 has two correctness gaps in extracted signatures.
1. Keyword-only defaults are dropped
args.kwonlyargs are appended with ...
!--
This is a template for any issues that aren’t bug reports or new feature requests. The headings in this section provide
examples of the information you might want to include, but feel free to add/delete ...
📌 개요
!-- 추가하려는 기능을 간단히 설명해주세요 --
지도 화면에서 관광지(Spot)와 맛집/카페(Food)를 함께 표시하고, 지역/구·카테고리·예산 기준으로 필터링할 수 있는 API를 구현한다.
현재 Spot과 Food는 서로 다른 테이블 구조와 필드명을 가지고 있기 때문에, 지도 화면에서 필요한 공통 필드를 기준으로 정규화한 지도 전용 테이블 ...

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.