Antony Male
Antony Male
Interesting. My code does assume that DOCROOT == the public folder == the script's CWD (a bad assumption, which I will change). But setting DOCROOT = the public folder, and...
Aha, thanks for re-trying! You raise a valid point though: I assume that DOCROOT is the public folder, and I don't allow absolute paths for 'core'. I'll address both of...
I'm re-opening this to remind myelf to address the above issues at some point
Agreed, a `--dry-run` flag or similar would be nice. I'm not sure that it could be made to print the SQL that would be executed though... For example, the Migration...
Another option would be to implement a `--dry-run` function which doesn't attempt to instantiate or run any of the migrations, and just prints out which ones would be run. However...
So, "Read-only folders are read-only"?
Since nobody's mentioned it yet: I think this is relevant for `IAsyncDisposable`. A common pattern is `foo?.Dispose()` in your type's `Dispose` method - it's a bit counter-intuitive that this pattern...
Apologies if this is considered spam, but I just want to say **thank you** for working on this, and as an INPC SG author and strong proponent of partial properties,...
Looking back, it's possible that I haven't set up the systemd unit to fail if the status is nonzero, so this might be on me. I'll check tomorrow.
Ah no, confirmed properly and the issue is correct.