issues Search Results · language:Dune language:Python language:JavaScript language:CSS language:Python language:Java
Filter by
56.4M results
Follow-up from review of #60 (reviewer-requested).
deform_windows reproduces openpiv s window deformation only at linear field interpolation (interpolation_order =
interpolation_order2 = 1). openpiv s ...
Goal: Provide to the user methodological documentation within the application
Option 1 Idea:
- Add a clickable information button next to each tab header that opens a popup containing methodological ...
Descrição
FileController só possui POST /{uuid} (upload). Não é possível listar ou remover arquivos de um produto.
Endpoints a adicionar
GET /files/{productUuid} — listar arquivos do produto ...
melhoria
Summary
vllm/vllm-omni:v0.22.0 can crash the Qwen3-TTS stage engine under concurrent OpenAI-compatible TTS streaming requests
when request concurrency exceeds --max-num-seqs.
Instead of queueing/rejecting ...
!-- aitm-last-known-state: refine -- !-- aitm-last-known-state-ts: 2026-06-08T22:31:49.744Z --
Scope
Delete the inline deep-dive marker gate at scripts/gh/move-state.mjs L427-497. This block is a confirmed ...
Descrição
O campo estoque está em português e não tem validação de valor mínimo, permitindo estoque negativo.
Correção
// Antes
private Integer estoque;
// Depois
@Min(value = 0, message = Estoque ...
melhoria
Descrição
A entidade Address não possui os campos number e city, tornando o endereço incompleto.
Correção
Adicionar os campos na entidade:
@NotNull
@Column(nullable = false, length = 10)
private String ...
melhoria
Descrição
Todos os endpoints GET retornam lista completa via findAll(). Com volume de dados em produção isso causa timeout e alto
consumo de memória.
Endpoints a corrigir
- GET /users
- GET /customers ...
melhoria
I noticed an issue where from one browser you can go to the #/admin page, and it directs you to create a PIN. You create
a Pin (let s say 1234). But then when you go to an incognito browser, and again ...

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.