Ramon Rüttimann

Results 8 issues of Ramon Rüttimann

**Is your feature request related to a problem? Please describe.** Cue currently generates the following code from a Kubernetes API definition (Go): ```cue // Code generated by cue get go....

FeatureRequest

Hi, When trying to clone an empty repository with `PlainCloneContext`, I get the error: ``` remote repository is empty ``` I guess the error message makes sense, however, a `git...

This commit implements a proxy-exception for traffic targeting local sockets instead of a "host:port" combination. If such traffic would be forwarded through the proxy, the socket destination info would be...

First off, thanks a lot for this library! I am currently facing an issue where I have an application that has two different types of connections: - "normal" HTTP connections...

BREAKING CHANGE: This commit removes all the custom qualifier-logic that existed in order to keep the ordering of the qualifiers. The spec says: > sort this list of qualifier strings...

Hi again! After #52, there seems to be a "bug" about the ordering of the qualifiers. [The code says](https://github.com/package-url/packageurl-go/blob/master/packageurl.go#L120): ```go // Qualifiers is a slice of key=value pairs, with order...

bug
help wanted

Hi, When opening a second `.go` file, I get the error message: ``` Key not present in Dictionary: _popup ``` This is caused by the code here: https://github.com/arp242/gopher.vim/blob/8934106626845fcb06bdd8dbc6a18d657af1c073/ftplugin/go.vim#L94 And the...

This allows grabbing the latest release with go get and go modules enabled. For this, the import path within the Go files needed to be changed in order to reflect...