Jens Rantil

Results 174 comments of Jens Rantil

...or simply wrap at 80 characters, which is considered a common default and also adheres to [general readability best-practises](https://baymard.com/blog/line-length-readability).

~~👋 SRE here - and a little late to the party - but I feel like [the background reasoning](https://github.com/earthly/earthly/issues/1836) is a little flawed around deploys. How do you know that...

This is of interest to us for the two cases described in https://github.com/restic/restic/issues/187#issuecomment-101974306. I'm subscribing to this thread to keep an eye on this.

> Regarding data integrity: AFAIK, you can achieve append-only behaviour on Amazon S3 by only granting your IAM credentials the PutObject and GetObject permissions, but withholding the DeleteObject permission. Unfortunately...

@mattes Sorry for late answer here. I understand your concern. I definitely think roles and permissions are outside of the scope for `migrate`. In terms of creating a database if...

What problem are you trying to solve? MySQL 5.6(?) introduced [Online DDL](https://dev.mysql.com/doc/refman/5.6/en/innodb-create-index-overview.html) which allows online `ALTER`s.

Any progress on how to handle strings with newlines? We are considering forking `migrate` internally and using https://github.com/mattes/migrate/pull/280 because of this.