Mark Bates

Results 105 comments of Mark Bates

That’s the basics of it, yep. I would pick the implementation that’s closest to MS, I’ve never used it, and use that as a starting point. Rename a few things,...

Sure. We use it for Buffalo too. Travis also supports docker, if that helps. ----------- Mark Bates On Mar 22, 2018, 4:59 PM -0400, marpio , wrote: > @markbates hmm......

Some of the translators, like SQLite (for example), need additional meta information about the table(s), indexes, etc… to create the proper sql for things such as renaming a column. Postgres...

You probably need to implement your own TranslateSQL function like Postgres does https://github.com/gobuffalo/pop/blob/master/postgresql.go

@derkan great question! I think it's time we, as a community, start looking at the performance of Pop and trying to improve it. Here's how you can help. Start by...

@u007 I’m probably the wrong person to weigh in here since I’m a) traveling and b) don’t quite understand the problem. :) @stanislas-m and @larrymjordan could either of you jump...

I disagree. This could be strange behavior for people. Imagine you purposefully have your database running in EST, then you start storing times in a different zone. Traditionally you set...

Open a PR. :) for either solution would be great.

What about: a tz tag so users can specify the time zone of their choice, default is current behavior. ----------- Mark Bates On Jun 27, 2018, 8:37 PM -0400, Trevor...

I like it. I’m wondering is it worth making NewBox accept N number of folders? Or do with this approach? In either case what’s the order of file lookup? FIFO?...