Configurable like a grid, but just for one row/column so we can use vararg instead of bool slices
Something like:
```go
type Row bool
const RowHorizontal = false
const RowVertical = true
func (Row) New (slots ...bool) tomo.Layout
```
Or
```go
type Row struct { ... }
func NewVerticalRow (slots ...bool) tomo.Layout
func NewHorizontalRow (slots ...bool) tomo.Layout
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Configurable like a grid, but just for one row/column so we can use vararg instead of bool slices
Something like:
Or