Skip to content

issues Search Results · language:Dune language:JavaScript language:Java language:JavaScript language:JavaScript linked:pr

Filter by

3.2M results  (291 ms)

3.2M results

작업 요약 백엔드 코드에서 역할이 복잡하거나 유스케이스 흐름을 조율하는 주요 메소드의 책임을 코드에서 이해할 수 있도록 역할 주석을 정리합니다. 작업 이유 Service 계층뿐 아니라 Processor, Parser, 저장소/보안 helper 등에도 소유권 검증, 상태 변경, 업로드, 파일 저장, 분석 작업 생성/선점처럼 핵심 흐름을 조율하는 메소드가 ...
backend
documentation
mvp

배경\n- 에셋 목록 조회 시 썸네일 URL이 생성되지만 응답 객체에 반영되지 않아 목록 카드 썸네일이 비어 보였습니다.\n- 기본 JPA ddl-auto가 create-drop으로 설정되어 있어 Docker app 재시작 시 post/files 데이터가 삭제되었습니다.\n\n## 작업 내용\n- PostService 목록 조회에서 thumbnailUrl 반환값을 ...

배경\n- 프론트 에셋 등록이 백엔드 POST /posts multipart 계약과 맞지 않았습니다.\n- Docker nginx 기본 업로드 제한으로 큰 FBX 업로드가 413으로 실패했습니다.\n- S3 버킷 CORS에 http://localhost가 없어 FBXLoader가 presigned URL을 직접 읽지 못했습니다.\n- README/스펙이 M1 ...

Refactor the garden advice program into reusable functions to improve readability and modularity.

Version: su.onno:onno-ui-starter:1.2.0 (released; also present on main @ f890607) Summary The server-driven login card ignores the app s branding palette. An app that sets brand colors via shell().light(...) ...

ClientConfig.Builder.headers(Map String, String ) clears existing headers before adding the supplied map. The transport builder Javadocs describe their headers(...) methods as adding all headers on top ...

ClientConfig.Builder.fromEnvironment() and the transport builders read only the general OTEL_EXPORTER_OTLP_* variables: endpoint, headers, timeout, compression, certificate, client certificate, and client ...

TraceData.spans(), MetricsData.metrics(), LogsData.logRecords(), and ProfilesData.profiles() each traverse the resource/scope hierarchy and allocate a fresh list on every call. The docs warn about this. ...

Several docs describe an older API surface. docs/public-api.md still refers to Consumer, TraceConsumer, ClientTransportConfig, ServerTransportConfig, transport providers, and Protocol; the current public ...

Pipeline currently uses null as its internal filter/drop sentinel. Stage.transform(...) wraps user transforms with a null guard, but if a user Transform T accidentally returns null, the terminal is skipped ...
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.