Simon Bobrov
Simon Bobrov
@parid0kht so, if there is no problem please close the issue
@ghost683 this is good for Linux-like OS, but is not applicable to e.g. Windows. I still believe this should be provided by the tool itself
@ghost683 you are right, there are tons of ways to deal with this. But this issue is not about workaround, it's about the feature that is missing in 99% of...
Nginx has brotli support since 4 years. Now, it looks like Envoy is going to support brotli compression soon; at least the work is very much in progress: https://github.com/envoyproxy/envoy/pull/7057 For...
Is there a way to work this around? Just faced this issue and it is quite a blocker for me
Could this issue receive more attention? This kills the whole idea of the tool
That's super! Do you plan a release soon? :)
@xieziyu actually, speaking of that line... With the newest versions of echarts@4 / angular@7 I removed this line and it works fine. No errors like it was before, so one...
for those who suffers and cannot wait until this gets merged, just run this after generation ```js // proto-patch.js import glob from "glob"; import fs from "fs"; const protoRoot =...
The following actually works... ```ts const map = new Map({ container: '...', style: '...', attributionControl: false, }); class CustomAttributionControl extends AttributionControl { _updateAttributions(...args: any[]) { const res = (super._updateAttributions as...