Denis Voytyuk

Results 38 comments of Denis Voytyuk

It seems to be still an issue. And `go mod` is not experimental anymore. Is there any other workaround or solution rather than switching off go mod?

This is, by the way, a workaround: ```php $bookshelfIdData = (new JSONPath(json_decode($content, true))) ->find('$["hydra:member"][0]["bookshelf"]')->getData(); self::assertArrayNotHasKey(0, $bookshelfIdData); ```

I don't face this issue on 3.13, but I do on 3.14.

Thank you for your efforts! Will be waiting for the progress support. I'm not sure, how you are going to implement the progress support, but one of possible ways could...

Playing around I discovered two issues: 1. If we use CopyToAsync(), it takes too much time to react on cancel request. 2. The most annoying problem is that when you...

> In your example, why do you expect the HostAddr to be removed automatically, while Cluster is not, although it's reachable from the Host as well? Well, just because, Cluster...

@suntong is there a reason you didn't use fork functionality of GitHub? (just wondering)

There is no way to solve it with this library. Here is my question and I got a reply: "Yes, it can be done if you implement it and make...

As for `revive`, it actually supports Its own ignore comments, but there're not parsed by `golangci-lint`. I'm wondering if we can have an API (or a convention) for the linters...