Derek Wickern

Results 62 comments of Derek Wickern

For static assets you can use https://github.com/dwickern/sbt-web-brotli. Brotli is pretty expensive/slow to encode and so really only suitable for static assets.

@oliverwilkie You can manually exclude the package from production builds ``` // config/environment.js module.exports = function(environment) { var ENV = { environment: environment, baseURL: '/', locationType: 'auto', // ... browserify:...

Interesting. There is a difference when using an unqualified `select *` from joined tables with duplicate column names. `select * from a join b on a.c1 = b.c1` is equivalent...

Yes, the query context is the same

I have an open PR for this in #862

To implement `JOIN ... USING`, I added a new type argument to `JoinBuilder`, `C extends string`, representing the column names which are common to both tables being joined. I see...

I got the tests passing against E-D 3.28. My merge missed a change from #432. However `typeKey`-as-a-function is not implemented by this PR and I'm not sure how it can...

To support E-D 4+ we'll need to upgrade ember-cli. I've done most of the work already but I'd like to keep it separate from this PR. Could we get this...

v5 works well for me with ED 3.27. What about this support matrix: MF v5 for ED versions [3.13, 3.28) MF v6 for ED versions [3.28, 4.6]

What can I do to help get this merged? I know it's a big change and difficult to review. I'll be happy to walk through the changes over a screen...