-
🌟 **Is your feature request related to a problem?**:
I want to edit the readme file as various important information are missing here.
💡 **Describe the solution you'd like**:
1. Modifications in …
-
### Dependency
- [x] Information missing from the PR review guide
### Overview
We need to make it easy to:
- Record any missing documentation for the PR review guide
- Keep those records in on…
-
### Dependency
- [x] Information missing about how to checkout PRs in GitHub
### Overview
We need to make it easy to:
- Record any missing documentation about how to checkout PRs in GitHub
- K…
-
## GORM Playground Link
Playground is having issue: https://github.com/go-gorm/playground/issues/751
## Description
type Person struct {
ID int64 `gorm:"column:id;primaryKey;autoIncr…
-
### Affected project(s)
- [ ] documentation
- [ ] examples
- [X] wasmCloud host
- [ ] wasmCloud CLI (wash)
- [ ] wasmCloud dashboard UI (washboard)
- [X] capability providers
- [ ] provider bindgen
-…
-
#### Summary
The element that shows what distributions of The Things Stack are supported seems to be hidden and misaligned.
https://github.com/user-attachments/assets/7476783f-17b4-4b4f-…
-
`type Tag struct {
ID uint `gorm:"primaryKey"`
TagNames []string `gorm:"type:text[]"` // 指定为 PostgreSQL 的文本数组类型
}
tag := Tag{
TagNames: []string{"tag1", "tag2", "tag3"},
}
r…
-
# Todo
https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-16.0
# Modules to migrate
- [x] account_move_line_product - By @dsolanki-initos - #1748
- [x] account_move_line_stock…
-
## Context
Magnum is designed to assign floating IP(FIP)s to all cluster nodes once `floating_ip_enabled` is set as true in coe cluster template.
This func is missing in mcapi driver because CAPO di…
-
- I would like to suggest the following small change in clause/limit.go file regarding code readability
the type Limit is described the following way
```go
type Limit struct {
Limit *int
O…