Yevhen Zavhorodnii

Results 3 issues of Yevhen Zavhorodnii

Hello, If I'm running terraform apply twice with this resource resource "mongodbatlas_cluster" "lcm" { project_id = "my-project" name = "cluster-my" num_shards = 1 mongo_db_major_version = "4.0" backup_enabled = false auto_scaling_disk_gb_enabled...

Upgrade dependencies based on advices from "yarn upgrade-interactive"

This is a workaround to fix https://github.com/thomvaill/log4brains/issues/85 following this article https://medium.com/@sahilali/resolving-error-0308010c-digital-envelope-routines-unsupported-in-node-js-v19-9-0-2114021209cb Tested locally on Mac with Node 21.5.0 and npm 10.2.4. Before changes it was returning ``` Error: error:0308010C:digital envelope...