Daniil Sivak

Results 12 comments of Daniil Sivak

According to [this](https://github.com/grpc/grpc-web/blob/master/BROWSER-FEATURES.md#compression), seems like such compression is redundant. With envoy you can use `request_headers_to_remove` ([doc](https://www.envoyproxy.io/docs/envoy/v1.9.0/api-v2/api/v2/rds.proto.html)) or [this](https://www.envoyproxy.io/docs/envoy/v1.9.0/configuration/http_filters/lua_filter) to completely remove or modify this header.

I have something like this. I open some **vertical** menu and click some item ( to apply my custom state ). Then hide menu and change state by some global...

As a workaround, you can implement a custom Feature. I wrote an article about writing a custom Feature and there is also an example of such workaround (I used it...

Am I understood correctly that here we need to introduce some `CoursierApi` class which provides access to any internal coursier code and responses with our manual-written wrappers, so any current...

I think it should be implemented like some kind of log rotation with specifying somewhere (or just harcoding) values like `logMaxSize`, `logFileLimit`. There are a lot of examples of such...

[rotating-fos](https://github.com/vy/rotating-fos) looks suitable here, it provides just some extensible OutputStream. I will try to implement it in near time.

> Could you talk me through what changes you actually needed to make it work? I looked through your fork and there are a lot of formatting changes in the...

Temporary workaround using custom `generator` to substitute all `title`, `description` and `lang` fields: ```ruby class Builders::PostDataFixer < SiteBuilder def build # Fixing bridgetown-seo-tag i18n things generator do posts = site.collections.posts.resources...

тоже были аналогичные траблы, с тюн-режимом в ханте 0мс пинг + всякие-разные другие игры тоже не всегда работают нормально. коротко говоря, как я понял, не все процессы (и особенно игры)...