Aleksandr Razumov
Aleksandr Razumov
Hi, @uppfinnarn! > Is this planned at all? https://github.com/valyala/fasthttp/blob/master/TODO HTTP 2.0 is in TODO. > if I was interested in implementing it myself, where would I start? Because fasthttp implements...
Note that nginx [does not support](https://trac.nginx.org/nginx/ticket/923) http/2 as protocol for reverse-proxy: > There are no plans to implement HTTP/2 support in the proxy module in the foreseeable future > There...
@cipriancraciun great summary! > `fasthttp` is a client-facing server, serving modern websites, with many resources or heavy AJAX requests; HTTP/2 could be used to reduce latency, by leveraging TCP connection...
@goccy gentle ping ```go func TestBadInput(t *testing.T) { for _, tt := range []struct{ Input string } { {Input: "0::"}, {Input: "{0"}, {Input: "*-0"}, {Input: ">\n>"}, {Input: "&{0"}, {Input: "0_"},...
Можно добавить возможность работы через собственное приложение. (для тех, кто ставит на свой сервер, дополнительные телодвижения вроде этого не будут слишком напряжными) Это сильно увеличит юзабилити для конечных пользователей же....
Одна из упоротых решений проблемы - хостить где-нибудь свое api.
Надо закрыть issue, реализация на стороне сервера невозможна, так как используется standalone api. Возможный workaround - реализация регистрации на стороне клиента. Т.е. standalone приложенте, которое автоматически возьмет токен и зарегестрирует...
Can somebody confirm that it is on our side and it is technically possible to adjust the way how github annotations are represented in logs? AFAIK annotation format already contains...
Great, so fix should be trivial? Upd: oh, seems like we can only fix that via duplicating link to file
Hi! What examples are missing? There are bunch of them: https://github.com/gotd/td/tree/main/examples 