issues Search Results · language:Dune language:Python language:JavaScript linked:pr language:Python
Filter by
4.4M results
Bug
createPayment in apps/api/src/controllers/paymentController.js passes req.body directly to createPaymentIntent without
schema validation:
export async function createPayment(req, res) {
return ...
Bug
postMessage in apps/api/src/controllers/messageController.js passes req.body directly to sendMessage without schema
validation:
export async function postMessage(req, res) {
return ok(res, await ...
PR #647. Ad-hoc fix for gh api graphql complex input limitation across all Projects queue helpers.
Parent: #625
Changes
- Restructured all mutation queries to use individual scalar variables instead ...
bug
Bug
postReview in apps/api/src/controllers/reviewController.js passes req.body directly to createReview without any schema
validation:
export async function postReview(req, res) {
return ok(res, await ...
Bug
Since plumbum 2.0.0, any application that uses excludes= or requires= on a cli.Flag or cli.SwitchAttr crashes at runtime
with:
TypeError: unhashable type: SwitchInfo
Root cause
Commit 975d8e6 ...
Parent bounty: #743
The refresh endpoint currently issues a new access token without requiring or validating a refresh token. That allows
unauthenticated requests to mint a token instead of proving possession ...
Make the audio/samples load faster so you dont have to wait when playing the files
概要
DeskNet s NEO の desknet_users.csv には、現在 PC モデルに存在しない有用なフィールドがある。 これらを PC レコードに連携し、PC詳細画面の台帳情報タブで表示する。
追加フィールド
| フィールド名 | desknetカラム | 用途 |
| --- | --- | --- |
| department | department | 部署名 |
| ...
enhancement
Bug
postProposal in apps/api/src/controllers/proposalController.js passes req.body directly to createProposal without schema
validation:
export async function postProposal(req, res) {
return ok(res, ...
add the demo link in the readme file

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.