Peter Dave Hello

Results 353 issues of Peter Dave Hello

The Travis CI badge was removed from README.md for a while. It seems we should remove the entire config and all those badges in different versions of README.md. cc 4a0d01e9c67075bf26999319982f54d9903408e0

Hi, I noticed that Weblate (https://translate.revolt.chat/), which we host for translation, currently only supports Revolt SSO for login. Would it be possible to add support for other authentication methods, such...

Remove temporary apt list files to align with Dockerfile best practices. This reduces image size and avoids unnecessary data retention.

Reference: - https://openai.com/index/gpt-4-1/ - https://platform.openai.com/docs/models/gpt-4.1

Reference: - https://docs.anthropic.com/en/docs/about-claude/models

Reference: - https://docs.anthropic.com/en/docs/about-claude/models

Run `npm audit fix` to resolve multiple security issues: - webpack 5.92.1 to 5.97.1 - mitigated XSS risk (https://github.com/advisories/GHSA-4vvj-4cpr-p986) - elliptic 6.5.7 to 6.6.1 - fixed ECDSA validation (https://github.com/advisories/GHSA-fc9h-whq2-v747) -...

Upgrade prettier to v3.5.3, and also format the code base using the latest prettier v3.5.3 to pass the linter. cc #1009 GitHub Copilot change summary: > This pull request includes...

**Suggestion:** Use the project's alias (`@/bots/openai/...`) instead of relative paths to import new bot modules for consistency with other imports. [general, importance: 5] ```diff -import OpenAIAPI41Bot from "./openai/OpenAIAPI41Bot"; -import OpenAIAPI41MiniBot...

enhancement

**Suggestion:** Remove the empty constructor since it only calls the superclass constructor and adds unnecessary boilerplate. [general, importance: 5] ```diff - constructor() { - super(); - } + // constructor...