pullrequests Search Results · language:Dune language:TypeScript language:TypeScript is:public language:Java language:Java
Filter by
114M results
- Helper src/lib/sales-channel.ts: derivacao por segmento, rotulos pt-BR, leitura/escrita do canal no Tiny via tipo de
contato + marcador canal: X
- Form de cliente: Select Canal de venda (create+edit) ...
Adds a minimal GitHub Actions CI workflow (.github/workflows/ci.yml) that runs lint and build on pushes and pull
requests to main.
This is an additive, non-breaking change: it only adds a new workflow ...
Bumps the npm_and_yarn group with 5 updates in the /apps/api directory:
| Package | From | To |
| --- | --- | --- |
| axios | 1.15.0 | 1.16.0 |
| qs | 6.15.0 | 6.15.2 |
| systeminformation | 5.31.1 | ...
dependencies
javascript
Builds on the merged RAG work (#12, #13). The semantic corpus can now be queried from Postgres + pgvector instead of
scoring the committed vectors in-process — opt-in via DATABASE_URL, unchanged in-memory ...
Summary
Phase 3 of Bluesky support (specs/blueskyplan.md): the persistence for per-user Bluesky state. Adds five fields to the
User entity following the established fromEntity/toEntity patterns.
- ...
Summary
Empacota num PR só:
1. Merge da PR #289 ( Merge with Weydson — 05/06/2026 ) direto na main local. Traz 25 commits do fork
Weydsonlima/nasaex-wey:main — nasa-pages builder upgrades (carousel, ...
Bug
Profile photos and company logos 404 as img on the page. The generated URL was:
https://the-conclave-0806c8.webflow.io/api/media?key=… ← no /portal
It s missing the /portal mount base path, so ...
요약
- 메시지 화면을 백엔드 API와 실시간 수신 흐름에 맞춰 정리했습니다.
- 메시지 API 호출을 reverse proxy 기준으로 정리했습니다.
- 메시지 수정 UI를 제거하고 메시지 관련 상태 흐름을 정리했습니다.
- 멘토링 화면과 메시지 진입 흐름이 함께 동작하도록 관련 화면을 보강했습니다.
- 공유 모달의 사진 확대 관련 변경을 ...
Fixes #1100
Changes:
- Added validation for userId in AddItem method: throws ArgumentException if userId is null or empty
- Added validation for userId in GetCart method: throws ArgumentException ...