James Smith

Results 835 comments of James Smith

I've opened followup issues for representing links between files, and storing on disk, as separate issues, #3636 and #3637.

Thanks, that's interesting; I'll chase it down. Do the models tend to be similarly tagged and named? Or is it with any arbitrary selection in bulk edit?

Waiting on the work in https://gitlab.com/experimentslabs/federails/-/merge_requests/26

The blocking code is done, but buggy, waiting for #3194 to be fixed, then I can carry on with this.

I think this entire PR might be obsolete given the federation work done recently, but my brain can't currently work it out. I'll come back to it.

Yes, this is what's causing that upgrade problem. If you have a specific message that's failing, open another issue with it and I can look at the detail; I have...

Thanks! Rails does this as well, and we have separate migrations for schema and data; the problem is that the code changes too, and when it runs an older migration,...

Yeah, this is a Rails thing, it doesn't have that pure separation - it initializes the app when migrations are run. And some of the migrations use application code to...