Aleksei Strukov

Results 3 issues of Aleksei Strukov

If I do this `http --all -F POST "http://127.0.0.1:37375` @data.csv I get: ``` HTTP/1.1 304 Not Modified Connection: close Date: Wed, 14 Aug 2019 13:43:09 GMT Location: http://127.0.0.1:27375/ ``` Server...

bug
awaiting-response

gRPC v1.52.0 is affected by CVE-2023-44487 grpc_testing is also has broken compatibility with versions newer then v1.54.1 (it was migrated to google.golang.org/grpc/interop/grpc_testing) and blocking upgrade of deps which also use...

Hello. I just found out that fhurl not able to work with Django 1.9 because of using deprecated request.REQUEST. So I just replaced it with request.GET and it seems working....