Bartłomiej Szostek
Bartłomiej Szostek
There is also a difference between `Nested(Schema, many=True)` and `List(Nested(Schema))` when loading partial data. Below tests are showing the difference in behaviour when using both methods: ```py from marshmallow import...
Not sure this is a good idea, as the original AWS's container def's accept a string that maps to a SSM Parameter Store param name. So you can supply a...
It must be this line of code: https://github.com/squalrus/merge-bot/blob/7cc41ca7a2cba9e8ede4381d0f2716de7f43b12c/lib/pull.js#L26 ```js if (Object.keys(this.reviews).length == 0) { return false; } ``` In our logs `reviews` is an empty array (for some reason), so...
Looking forward for this feature. I think this would also solve our problem around upgrading modules in terragrunt nested directories.
Hello, it would be amazing to get this PR merged. If it's become stale for any reason, I'm happy to create a fresh one and address any outstanding comments.
We would still love to see this implemented, but looks like the original PR by @gitstart has been closed and branch has been deleted. Is it going to be prioritized...
This would be a really amazing feature to have, right now sending Slack notifications via Novu is very limited. We can only send plaintext with some minor styling and emojis.
Hello, we have 2 projects using bundlemon that need migration: Owner: `tem-energy` Repo: `control-room` Project ID: `62dea945130f8841fa8727b9` Owner: `tem-energy` Repo: `portal-spa` Project ID: `62d1385f6a9efbea2f808caa` Thanks in advance 👍🏻
I am not 100% sure if this is not supported or simply not documented well, but I found that the workaround posted in this comment https://github.com/tiangolo/fastapi/issues/4445#issuecomment-1117632409 works just fine. I...
Cool, I'll be happy to review a PR and test it in my projects if you want me to. Meanwhile, I resolved dependency conflicts in this PR, so if you...