pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:Python language:TypeScript
Filter by
232M results
Bumps the dependencies group with 1 update: @typescript/native-preview.
Updates @typescript/native-preview from 7.0.0-dev.20260619.1 to 7.0.0-dev.20260620.1 details summary Commits /summary ul
li See ...
dependencies
javascript
- Added hot/cold/paused queue support for Discord verification sync
- Added not-in-guild strike handling with auto-pause and recovery flow
- Added members admin filters for viewing cold and paused ...
Bumps js-yaml from 4.1.1 to 4.2.0. details summary Changelog /summary p em Sourced from a href=
https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md js-yaml s changelog /a . /em /p blockquote h2 ...
dependencies
javascript
What
Replaces the canonical/alias [idle] distinction in the posthook silent-tick filter with a flat tuple of probable silence
tokens (_SILENT_TOKENS): silent, idle, quiet, noop, no-op, nothing, none, ...
Summary
- Both ModelViewer and GcodeViewer now render with Z as the vertical axis (X/Y = bed plane), matching the
engine/slicer coordinate convention
- G-code viewer no longer needs the gcodeX→x, ...
Dark text on light backgrounds, white on dark, keeping the outline and larger centered labels.
Claude-Session: https://claude.ai/code/session_016pTTTPLs3v1Fxgri5yx4Ut
問題
デプロイ版で OpenProcessing にデプロイすると、/api/sketch/{id}/code/index.html で CORS エラーになり投稿できなかった(#32 でマージされた版のバグ)。
Access to fetch at .../code/index.html blocked by CORS policy:
No Access-Control-Allow-Origin ...
Implemented JWT authentication with Spring Security, added CurrentUserService, configured JWT filter validation, and
integrated frontend token handling through Axios interceptors.