Arkadiusz Turlewicz

Results 5 comments of Arkadiusz Turlewicz

No worries, thanks for quick response and your work on Dynamoid :) Deleting attributes without "present" values sounds good to me, but had no chance to dive in the library...

Thanks a lot @foulkesjohn !!! Just learned about [editable package function of SPM](https://github.com/apple/swift-package-manager/blob/master/Documentation/Usage.md#editable-packages) so will try it out :) ``` swift package edit ProrsumNet ```

I think I hit the same problem on terraform 1.1 ``` source = "terraform-aws-modules/rds/aws" version = "~> 3.0" + count = var.environment == "production" ? 1 : 0 ``` ```...

There is `.dockerignore` file generated in the top folder with `/public/assets` path. Commenting it out solves the problem.