Simon Bobrov

Results 112 comments of Simon Bobrov

Would it be an option to maintain two parallel versions of sass file? One w/ and one w/o css variables? This is the approach jQuery came to when they made...

Binding to #23038 for the sake of discussion...

> Just found this library that can do that https://github.com/cloudnc/ngx-observable-lifecycle > > ``` > import { ChangeDetectionStrategy, Component, Input } from '@angular/core'; > import { getObservableLifecycle, ObservableLifecycle } from 'ngx-observable-lifecycle';...

should fix the #75

hi @yuyang041060120 could you merge this pull request please? This would be really helpful....

This happens due to this line: https://github.com/yuyang041060120/ng2-validation/blob/master/src/index.ts#L29 Just `any` should be removed

@kokarn yes, absolutely agree about copying the package... It really should be maintained by somebody

This is actually an issue, because it does not allow to call grpc servers behind proxies... E.g. Gloo explicitly points to authority pseudo-header in their documentation. https://docs.solo.io/gloo-edge/latest/guides/traffic_management/destination_types/grpc/

Hi @nodeworks - the possible way how to do it - yes. Use any reverse proxy that strips the chosen path and handles SSL termination in front of envoy. I...

Actually finally I got the proper way to handle this. It has a limitation that you need to own the proto files and services to be able to modify them...