Aofei Sheng
Aofei Sheng
Integrate Sentry into tools/ispx so runtime errors and key lifecycle spans are reported.
## Description In #2242, we implemented a truncation strategy to keep AI Description payloads within backend limits. While this works, it uses simple character-based truncation which may cut off important...
## Description With the database migration system implemented in #2001, we now have automated migrations that run when the spx-backend starts. However, there are operational scenarios where a standalone migration...
## Description There are two identical `Rename` buttons that serve different purposes: - One renames the identifier `sn` - Another renames the sprite resource `NiuXiaoQi`
## Description While #1922 addressed individual file size limits for inline files, there's currently no limit on the total size of all files in a project's `FileCollection`. This can cause...
The current Sentry integration sends a request for every LSP call, resulting in excessive network traffic.
Migrate from the legacy `dockers` configuration to the new `dockers_v2` format introduced in GoReleaser 2.12[^1]. The migration eliminates the need for the `docker_manifests` section entirely and streamlines the Dockerfile by...
See https://goreleaser.com/blog/reproducible-builds/
See https://www.docker.com/blog/introduction-to-heredocs-in-dockerfiles/
## Description When using `go get` to fetch a specific commit from the `main` branch, Go modules generates a [pseudo-version](https://go.dev/ref/mod#pseudo-versions) based on `v1.2.0-pre.1` (from 2023) instead of the latest release...