DeadNumbers
DeadNumbers
### Affected Version `yay v11.1.1 - libalpm v13.0.1` ### Describe the bug The cache is not cleared if the system locale is not latin. Spoiler ```bash .cache/yay » pwd /home/user/.cache/yay...
Hi! I'm using REST API and catch error `{"error":{"Offset":1},"taskid":""}`. But I'm can't find any documentation about this. Can anybody help me understand what happens?

Hi! I'm tested this code on Arch Linux, Gnome and Vino (https://wiki.gnome.org/Projects/Vino). Code from `examples/client` ```Go package main import ( "context" "fmt" "net" "runtime" "time" vnc "github.com/amitbet/vnc2video" "github.com/amitbet/vnc2video/logger" ) func...
```thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: TokenizerError("Expected close delimiter '\"' before EOF. at Line: 12920, Column 429")', src/main.rs:8:54``` The line contains escaped double quotes: `'S-130, 190...
```Go package main import ( "fmt" "gopkg.in/headzoo/surf.v1" ) func main() { bow := surf.NewBrowser() err := bow.Open("https://www.whatismybrowser.com/detect/is-javascript-enabled") if err != nil { panic(err) } fmt.Println(bow.Find("#detected_value").Text()) } ``` Return `No`
`panic: got malformed json searching for page 0 of query "animus vox": cannot parse JSON: cannot parse empty string; unparsed tail: ""`
like `r#"somestring"#`