Matthias Schneider

Results 26 issues of Matthias Schneider

``` % go build # github.com/chrislusf/gleam/plugins/file/parquet ../../go/pkg/mod/github.com/chrislusf/[email protected]/plugins/file/parquet/parquet_file_reader.go:8:2: imported and not used: "github.com/xitongsys/parquet-go/types" ../../go/pkg/mod/github.com/chrislusf/[email protected]/plugins/file/parquet/parquet_file_reader.go:73:29: undefined: ParquetTypeToGoType ``` it seems in v1.6.0 that functions was removed. Doing `go get -u github.com/xitongsys/[email protected]` solves...

i have installed golang 1.11 with snap on ubuntu 18.04 and set /etc/environment to: ```GOROOT="/snap/go/current"``` Each time i want to save a project, go-plus trys to execute: ``` Compiling tests:...

help-wanted

``` # possible values: "letsencrypt", "letsencryptstaging", "cert", "custom", "none" tls = "letsencryptstaging" # only used if tls = "custom" tls_custom_url = "https://acme-v02.example.com/directory" ```

I think it would be good thing to rename the project to get it more popular. Its hard to have the same name and used tcp ports while it is...

we changed the code to prevent super negative confidence values.

a lightweight protocol developed specifically for UDP https://developers.cloudflare.com/spectrum/how-to/enable-proxy-protocol/#enable-simple-proxy-protocol-for-udp https://developers.cloudflare.com/spectrum/reference/simple-proxy-protocol-header/

enhancement
help wanted

I just failed to configure multiple values for .Strings() with an systemd EnvironmentFile= it is not possible to use `\n` there. It would be great if we could change the...

a possible solution is to fix the documentation.

the documentation: https://github.com/trusteddomainproject/OpenDMARC/blob/master/opendmarc/README#L183 says that the value should be 0 = pass or 2= fail it also says that arc_policy is the same value. In my .dat file it shows:...

reporting

should fix #6 I have added tests, may needs a review