Ryota Sasazawa
Ryota Sasazawa
`Pod is still running, but specified container is completed, so job will be terminated` This message might mislead users into thinking that the container is succeeded then terminated. It will...
## Task description Expand hover range to ~~table header~~ table node instead of table name span. Current behavior: https://github.com/user-attachments/assets/8d9eb89e-b517-48a3-8184-9f754c75290f ## Background Since long table names are truncated, it is necessary...
## Task description Consider handling implicit many-to-many tables: ```ts model Post { id Int @id @default(autoincrement()) title String categories Category[] } model Category { id Int @id @default(autoincrement()) name String...