Michal Hruby

Results 14 issues of Michal Hruby

Would be great if there was `FSGzippedByte` method which would return the compressed representation of the data, afterall pretty much every browser sends `Accept-Encoding: gzip`.

``` runtime error: invalid memory address or nil pointer dereference goroutine 179382 [running]: github.com/labstack/echo/v4/middleware.RecoverWithConfig.func1.1.1(0x280d058, 0x1000, 0x0, 0x29aeb80, 0xc006e959a0) /gopath/pkg/mod/github.com/labstack/echo/[email protected]/middleware/recover.go:77 +0x105 panic(0x1271840, 0x326b3a0) /go/src/runtime/panic.go:969 +0x175 go.opentelemetry.io/otel/instrumentation/httptrace.(*clientTracer).wait100Continue(0xc007beb680) /gopath/pkg/mod/go.opentelemetry.io/[email protected]/instrumentation/httptrace/clienttrace.go:224 +0x4f golang.org/x/net/http2.traceWait100Continue(...) /gopath/pkg/mod/golang.org/x/[email protected]/http2/transport.go:2746 golang.org/x/net/http2.bodyWriterState.scheduleBodyWrite(0xc0034271e0,...

Running this code produces a ParseError (as expected), but the error doesn't have position information: ``` package main import ( "fmt" "time" "github.com/alecthomas/participle/v2" "github.com/alecthomas/participle/v2/lexer" ) type Expression struct { Alias...

bug

It seems that if for example connection to the server is closed, the callback passed to `ConfirmChannel.publish()` is never invoked. Would be nice if some kind of error was propagated...

enhancement

I was getting a weird: `code coverage conversion failed: open : no such file or directory` error, after tracking it down, it turned out it was trying to find a...

### What version of Go are you using (`go version`)? $ go version go version go1.18.7 linux/amd64 ### Does this issue reproduce with the latest release? Haven't tried ### What...

NeedsInvestigation

### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? ## Description We've noticed our prometheus-operator is using quite a lot...

kind/support
stale

Fixes #48, #33 I've rewritten how the CGO wrapper is done to achieve two things: - stop pretending that the pointers passed to C aren't real pointers, so that go...

Even though that's a valid zip according to the spec.

Running the example on M1 was causing a panic because of uninitialized regex