Edward Samuel Pasaribu

Results 9 comments of Edward Samuel Pasaribu

Hi @prasastoadi, Agree with @jayvdb. Any generated files can't be edited _manually_. It will be overwritten in the next run. You need to modify the script that generates the files,...

Yes, it is better if you can add `dos2unix` command in the script, so in the future, all the CSV and MySQL will always have Unix line endings.

@jayvdb Can you fix the Dockerfile as well? I found this error while running the script: ``` ./run.sh: 24: ./run.sh: dos2unix: not found ```

As per your suggestion: https://github.com/GoogleCloudPlatform/magic-modules/pull/5163#issuecomment-921121694, @rambleraptor could you please have a look on this?

I think the issue was come out because I upgraded my existing data to the current images. The `mdillon/postgis` was upgraded to `2.2`. After I did `ALTER EXTENSION postgis UPDATE;`,...

Hi @netuoso Thanks for your PR. I just saw that Speed Limit have `units`. Before I merge, I have some reviews on yours (I'll write in separate comments).

Hi @netuoso, Sorry, my bad. I realize that we can't use `Hash` params in the `speed_limits` method, but it's fine on `snapped_speed_limits`. You are right, use array instead: ``` params

Will merge and publish it soon

It works on me without any SSL problem. I think Hurley can't load your trusted certificate in your default path. Last time, I also got this kind of error for...