issues Search Results · language:Dune language:Python language:HTML language:Java language:Java
Filter by
42.3M results
Instead of adding GeckoLib as a local dependency for development, it has to be added as a necessary dependency.
enhancement
Description
Backend startup validation requires backend.server_host config but it s not present in deployed .env files.
Error
RuntimeError: Configuration validation failed at startup: Required config ...
backend
bug
deployment
priority: high
A scheduled CI image rebuild debian-13 failed.
The action run is https://github.com/shakenfist/shakenfist/actions/runs/26799361500 .
ci-failure
Description
transcriber/orchestrator.py imports get_speech_provider_registry but the actual function name is get_provider_registry.
Error
ImportError: cannot import name get_speech_provider_registry ...
backend
bug
infrastructure
priority: medium
Description
transcriber/orchestrator.py imports detect_language as a standalone function, but voice_processing/language_detection.py
only provides a class method.
Error
ImportError: cannot import name ...
backend
bug
infrastructure
priority: medium
Goal
Make AI-generated captions cleaner before publishing to social platforms.
Problem
Some AI providers may return long explanations, numbered lists, or excessive hashtag blocks instead of a short ...
Description
The backend crashes on startup trying to import api.execution_snapshots which doesn t exist.
Error
ModuleNotFoundError: No module named api.execution_snapshots
Location
- Import: /opt/autobot/autobot-backend/initialization/router_registry/core_routers.py:36 ...
backend
bug
docs
infrastructure
priority: high
Summary
The current LTX-2.3 pipeline implementation in vLLM-Omni appears to duplicate a large amount of code from the LTX-2
pipeline. This makes future maintenance harder, especially because upstream ...
package com.aischool.aitest.service;
import org.springframework.ai.chat.client.ChatClient; import org.springframework.stereotype.Service;
@Service public class ChatService { // LLM과 통신 : ChatClient private ...
问题描述
pytest mock 对象泄漏到生产代码路径,导致 SQLite 参数绑定失败,记录为 E_DISPATCH_FAILURE (ERROR severity),触发 FailedGate 阻塞 serve 运行。
错误示例:
Error binding parameter 3: type MagicMock is not supported
问题频率:已出现多次,反复阻塞 serve ...
bug
vibe-task

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.