Sergei Azarkin

Results 13 comments of Sergei Azarkin

Fixed by upgrading prometheus https://github.com/grafana/grafana/issues/44251

Maybe we should add all of them from rfc6585 - 428 Precondition Required - 429 Too Many Requests - 431 Request Header Fields Too Large - 511 Network Authentication Required

So as I understood right now reader never yields when request is not finished https://github.com/inhabitedtype/httpaf/blob/master/lib/server_connection.ml#L224 Maybe we need to add some limit for parser buffer and yield while nobody consumes...

Sorry for resurrecting the dead issue. But this library does not seems to be compatible with RFC Compare with python query encoding: ``` >>> urllib.parse.urlencode({'foo':'web/games-applications?title=&sort_bef_combine=+&sort_order=&sort_by=&page=36'}) 'foo=web%2Fgames-applications%3Ftitle%3D%26sort_bef_combine%3D%2B%26sort_order%3D%26sort_by%3D%26page%3D36' ``` and Uri ```...

Well, I was thinking there is something to help me create telegram updates with different messages, to pass to my dispatcher. Testing each handler separatly also can work, but I...

This is fixed in https://github.com/golang/oauth2/pull/285

@GOATS2K looks like it works, thanks. I've updated debian version and used `$server_dir/game/bin/linuxsteamrt64/cs2`. But cannot make rcon work ingame, looks like it's only exposed on localhost...

Thanks for workaround @cknitt , but this is still a bug, because `refmt` cli adds line at the end.

Is there at least instructions what to do to revert back

@aBurmeseDev was you able to run provided snippet? Let me know if you need additional guidance. I am trying to understand how *only importing* SDK affects this html parsing code....