Nikolay Kolev

Results 137 comments of Nikolay Kolev

Also, isn't the value supposed to be `4096`?

Last, but not least - the style of warning should change to be consistent: ``` $ npm run synth > [REDACTED]@0.1.0 synth found NODE_OPTIONS environment variable without a setting for...

@DanielMSchmidt Sorry, didn't see the aliases on the far right. I'm not sure why they have to be kept when it's a totally different CLI, which is targeting only Terraform....

@DanielMSchmidt It's hard to quantify, but a lot of people who use CDK are simply Terraform users, who are missing the dynamic provider capability of Terraform proper and are faced...

@pintsized Thanks. I agree, those are not manual tags, they should be case-sensitive as such. I think tag leading and trailing whitespace should not be significant unless escaped as `%20`....

By the way, there's another Redis-based Nginx module that does wildcard purges. Maybe you guys may combine your efforts: https://github.com/wandenberg/nginx-selective-cache-purge-module @wandenberg ^^^

What if I want to automatically extract the migration? Then I need to parse the file myself. In general, when the files are sorted, they will one after another, so,...

@JasonPMC Absolutely **all** recent database migration frameworks use a single file per step! A great differentiator would be giving users an option to pick though!

I was just about to post an issue regarding this. It would be nice to follow the modern CLI concepts and be able to run commands like: ``` $ run...

@nightlord189 Convenient in what sense? What if you mess up the markup and migration goes wrong executing both directions?!