pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:Java is:public
Filter by
209M results
Summary
- add live CI, release, and MIT license badges
- document the public maintainer workflow
- link issues, releases, roadmap, and changelog
Verification
- npm run lint
- npm test
- ...
Summary
- add live CI, release, and MIT license badges
- document the public maintainer workflow
- link issues, releases, roadmap, and changelog
Verification
- required repository files checked ...
概要
frontend zaitsu82/komine-crm-frontend#261(変更履歴の「変更理由」プリセット選択肢)対応の types 部分。
UpdatePlotRequest に任意フィールド changeReason?: string を追加。区画更新時にクライアントが変更理由を渡し、backend が本更新で記録される
History.change_reason(VarChar(200))に反映するための契約。 ...
Thanks for asking me to work on this. I will get started on it and keep this PR s description up to date as I form a
plan and make progress.
!-- START COPILOT ORIGINAL PROMPT --
details
summary Original ...
Summary
- add live CI, release, and MIT license badges
- document the public maintainer workflow
- clarify that installable builds are attached to releases
Verification
- npm run lint
- npm ...
Summary
AuthorizationServer.revoke() and introspect() route every request (whose token_type_hint isn t auth_code) to
ClientCredentialsGrant, which coerced grant_type to client_credentials and then authenticated ...