RickyWei

Results 8 issues of RickyWei

First of all, thans for your great cron job. I read dayMatches code in spec.go but did not figure out why you check starBit before return result. Why use ||...

docker-compose.yaml ```yml version: "3.5" services: aria2-pro: container_name: aria2-pro image: p3terx/aria2-pro environment: - PUID=1000 - PGID=1000 - UMASK_SET=022 - RPC_SECRET=P3TERX - RPC_PORT=6800 - LISTEN_PORT=6888 - DISK_CACHE=64M - IPV6_MODE=false - UPDATE_TRACKERS=true -...

### What happened? I have an interface MongoModel nad use implements this. ```graphql interface MongoModel { id: ID createdAt: Int updatedAt: Int deletedAt: Int } type User implements MongoModel {...

Hi, I just found ent is a gerat project to use graphql. But I cannot find the way to generate mutation functions, like CreateXXX, UpdateXXX and DeleteXXX automatically. So I...

![image](https://github.com/user-attachments/assets/e70ccdef-a2c4-4ed5-acbc-ea8ff897b9aa)

```go package main import ( "fmt" "io" "os" "os/exec" tea "github.com/charmbracelet/bubbletea" ) type editorFinishedMsg struct{ err error } func openEditor() tea.Cmd { return tea.Exec(&echo{}, func(err error) tea.Msg { return err...

下载失败 ![image](https://github.com/user-attachments/assets/73752ab6-9158-42ea-8b09-e0dcf9cc3d72) ```txt Attaching to melody melody | /app/backend/src/service/media_fetcher/../../../bin/media-get [ '-h' ] melody | ℹ [media-get] Version: 0.2.13 melody | ℹ [tmp path] use /tmp/melody-tmp-songs melody | ℹ Express server...