Dmitri Sotnikov

Results 647 comments of Dmitri Sotnikov

That does look like a bug. I won't have a chance to take a look in the near future, but a PR would be welcome.

Ah yeah that's a good good point, nesting a var inside a condition this way isn't actually supported. I missed that bit. I think we can close this then.

It does look like using `lookup-args` to get the value might do the trick here. Right now `resolve-arg` just checks for literal, but a case where it's a reference isn't...

That sounds like a good idea, and a PR would be very welcome!

That makes sense to me, any chance you could do a PR for this? It should be a pretty simple addition, the [migrations](https://github.com/yogthos/migratus/blob/master/src/migratus/migrations.cl) namespace has `find-migration-files` and `find-migration-resources` functions, and...

Oh yeah, adding a message for creating the files sounds like a good idea as well.

That sounds reasonable, I think maybe first step could be to handle this at the API level, and then add a CLI namespace that would allow running the commands from...

Perhaps we could add an optional config flag for allowed extensions and then pass it to `migratus.migrations/warn-on-invalid-migration`. Should be pretty straight forward, let me know if you'd be ok to...

What would you like to see there. There's not much to it, you just check out and run with either deps or lein, and just do a PR once the...