Sohel
Sohel
```go type User struct { FirstName string LastName string Address AddressSliceWrapper } type Address struct { IsMailing bool } type Addresses []Address ``` // AddressSliceWrapper embeds the alias type for...
How can we create multiple Livestream by API?
Clickhouse Version 23.5.2.7 2023/06/13 11:13:24 migrate run: failed to ensure DB version: code: 36, message: This syntax for *MergeTree engine is deprecated. Use extended storage definition syntax with ORDER BY/PRIMARY...
My Model ``` type Video struct { ch.CHModel `ch:"partition:toYYYYMM(time)"` ID uint64 Title string `ch:""` Time time.Time `ch:",pk"` Meta []uint64 `ch:"type:Array(UInt64)"` Chapter map[string]string `ch:"type:Map(String,String)"` } ``` ``` video := database.Video{ ID:...
` docker-compose up -d Building openresty [+] Building 5.0s (12/21) => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 37B 0.0s => [internal] load .dockerignore 0.0s =>...
### Share your bug report, feature request, or comment. _No response_
How to use bellow ffmpeg command in gpac. ffmpeg -i input_file -crf 23 -maxrate 6750k -bufsize 6750k output_file