Hammad
Hammad
@erindan any chance you have a script for it? As on the Amazon Linux AMI I can't manage to build GEOS. I will eventually figure it out. Also I have...
This works to generate then files. Going to try them in Zappa now. I just install all three libraries on an amazon linux ec2 instance and tar gzip the usr/local/lib...
@mwalker for your gdal data directory add a environment variable pointing to it, you can do it in your `zappa_settings` ``` aws_environment_variables: GDAL_DATA: "/var/task/gdal_data/" ```
@vitalii-tym your fork doesn't seem to help. Maybe it is slightly faster. But I am still experiencing and extremely slow build purely because of SwiftIcons. The real problem is sadly...
Has anyone managed to figure out what is the underlying issue? Have been seeing these every couple of days. The link above is no longer working.
Is there a reason this issue is still sitting idle? It seems such a common use case. I have been out of frontend development for a long time. Not sure...
I am seeing this error since upgrading to istio v1.22.2, is there a config fix/workaround or will it be addressed in a new version of istio?
@domoritz I think it maybe time to make that call! Following some of the issues here it does seem you may have subconsciously deprecated this module in favour of [vega/ts-json-schema-generator](https://github.com/vega/ts-json-schema-generator)....
Turns out I would need conditional support as well. Is there any work around for cases where this library can't cover? Or would I just have to write a post...
@ttosta-google is there a way to set an argument on the cloud-sql-proxy container command? As I noticed there is an argument `--structured-logs` that would fix it, see [here](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/pull/650)