Márk Sági-Kazár

Results 678 comments of Márk Sági-Kazár

:+1: I would also be happy with that.

Unfortunately you cannot add go modules to a current stable version. You need a major version bump and `/v3` suffix in the module path. That way `go get github.com/patrickmn/go-cache` should...

> but its trading off a lot of developer experience to fix your build environment. How about using the embed feature introduced in Go 1.16?

It's nullable in the code, so you can do `return nil, err`. I agree that this can be confusing, especially when you think you return an error when it's actually...

Hey there, HTTPlug developer here. The fact that we marked it as not important doesn't mean you can't have an adapter for `file_get_contents`. We believe that it is not something...

@lanthaler it's up to you: if you want to contribute it to php-http, I can't see a reason why we couldn't host it, but it is not necessary to make...

You might also be interested in providing an UriFactory along with your IRI implementation.

The advantage: your package will work with HTTPlug out of the box. By adding additional Puli configuration, even the discovery layer will find your implementation and return the UriFactory to...

I understand the reasons, I think this is the same reason why Guzzle rejected to do so. However, this way your library (and guzzle psr7) are not really interoperable, or...

Not sure if I understand: you want another abstraction layer above httplug?