Results 14 issues of iliesh

Trying to get the dialstatus value for the Dial command by using the following code: ``` func main() { agi.Listen(":4753", handler) } func handler(a *agi.AGI) { defer a.Close() a.Exec("Dial", "PJSIP/I11")...

### What version of Go are you using (`go version`)? $ go version go version go1.22.4 linux/amd64 ### Does this issue reproduce with the latest release? yes ### What version...

**Describe the bug** rodoc fails with error: ``` Something went wrong... n.slice is not a function or its return value is not iterable Stack trace TypeError: n.slice is not a...

Type: Bug

Doesn't work if using blur in picom configuration: ``` blur: { method = "dual_kawase"; strength = 7; background = false; background-frame = false; background-fixed = false; } ``` Commenting those...