Adam Szaraniec

Results 8 issues of Adam Szaraniec

Hey. I've tried to recreate example with customer which is given in readme What I assume is that using Filter or Map return 'new' observable So result https://play.golang.org/p/vALjdCtH1Sa is expected,...

https://pkg.go.dev/google.golang.org/protobuf/types/known/structpb allows to create struct proto. However gogo expect `github.com/gogo/protobuf/types.Struct` Is there any way to convert between them?

I am trying to find a way to set header value (Cache control) How can it be done? I've noticed that even if I wrote own middleware, it's not possible(it...

Fix issue described on https://github.com/graphql-go/graphql/issues/595

Even tho lexer check if input data do not contains some invalid characters https://github.com/graphql-go/graphql/blob/v0.7.9/language/lexer/lexer.go#L235 It is possible to use them - Just by sending them as "plain text" For example:...

`renderfile` currently mutate placeholders, which can leads to unexpected behavior. Instead of that `renderFile` (and ` {% set someVar = true %}` should create copy). Example ```twig {# views/a.twig #}...

priority - high
type - bug / bugfix
triaged
pending - help wanted

Use go modules

It would be great to add functionality to re-run /restart instance. For example because of network issue like `Command failed with error of class Error with message 'curl error: Could...