Pierre Durand
Pierre Durand
Hi, I think I've found a bug with `Connection.Channel()`: sometimes the call is blocked indefinitely. My scenario: I've got a queue in a vhost. I start to consume on this...
I think we should implement lexical string comparison for the `>`/`=`/`
When you use the `linebreaks(br)` filter, the input is usually pure text, not HTML. If we replace `\n` with ``, then the output becomes HTML. So it must be flagged...
In `Client.CaptureError()`, `NewStacktrace()` is called with `skip=1`. So, it properly skips the current function. In in `CaptureError()` (the "global" function), `DefaultClient.CaptureError` is called, but the `skip` value is the same....
Hello I'm trying to match type struct declaration. So I did: ```go m.Match(`type $_ struct {}`).Report("aaaa") ``` but it returns the error ``` ruleguard: load rules: parse rules file: ruleguard/rules.go:334:...
Please read https://github.com/pierrre/gotestcover#deprecated
My Go code: ``` Go package main import ( "fmt" iconv "github.com/djimenez/iconv-go" ) func main() { su := "aé" sa, err := iconv.ConvertString(su, "UTF-8", "ASCII//TRANSLIT") if err != nil {...
- [x] I have checked that a similar [feature request](https://github.com/Genymobile/scrcpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22feature+request%22) does not already exist. **Is your feature request related to a problem? Please describe.** I tried to turn on the...
**Is your feature request related to a problem? Please describe.** I'm using `go.testOnSave = true`. When I'm saving, the tests are running as expected. However, the test explorer (the bar/menu...
### Go version 1.22 ### Output of `go env` in your module/workspace: ```shell playground ``` ### What did you do? https://go.dev/play/p/1ZOjQOU_9Wz ### What did you see happen? The output contains...