Deleted user

Results 74553 issues of Deleted user

Hi! I'm learning a lot from your examples and articles. After a long time reading up on Panama project I can't come up with a memory layout made up of...

Hello, while testing my local build I experienced a freeze on koopa troopa beach course. After some logging and debugging I found out the issue was in animation.c function render_armature....

bug
enhancement

This adds an helmchart to install chirpstack. This is still a WIP, but feedback is already welcome. Some of the things that still need to be done: - Add a...

enhancement
chirpstack

Hey, awesome library! Wanted to ask, does the Hook decorator support Database Hooks? If so, what are the `paths` for them? It'd be great if we can add documentation about...

enhancement

vectorstore = Chroma.from_documents(documents=splits , embedding=OpenAIEmbeddings()) Ratelimiterror in this line of code

### What happened? I'm not sure if it's a param exclusive to deepseek. So I disabled FA and got 7 GB compute buffers requested ``` llama_new_context_with_model: n_ctx = 20000 llama_new_context_with_model:...

### Deployment Type / 部署类型 Self-hosted (Docker) ### Bug Description / Bug 描述 **问题1convert_pdf,当遇到有pdf文件时,报错如下:** 11:26:32.981 | ERROR | /app/app/tools/core/tool_executor.py:105 - 工具 convert_pdf 执行失败: 智能 PDF 转换服务未配置,请联系管理员。 11:26:32.982 | ERROR |...

bug

Error using AIK-mobile unpackimg : ./unpackimg.sh: /data/local/binary/ker_ver[13]: /system/bin/python31: No such file or directory Error using AIK-mobile repackimg : /data/local/binary/m_menu[6499]: ./repackimg.sh: No such file or directory mv: can't rename './image-new.img': No...

HI, Im not able to convert any PNG to WEBP but JPEG works fine for me. Code is simple: BufferedImage image = ImageIO.read(inputStream); return Webp4j.encode(image, WEBP_QUALITY); as mention before, if...