Jacob
Jacob
@chilicoder I ended up spending a little more time playing with this (for practice / out of curiousity) than I expected. I updated ember-cli to 3.0 and ran some codemods...
@zigahertz I left this marked as WIP because I considered it a spike left for someone else to "land". I recommended some next steps [in my previous comment](https://github.com/LocusEnergy/ember-d3-helpers/pull/46#issuecomment-369325628). I don't...
Looks like there isn't yet, but perhaps one would just have to wrap this section? https://github.com/electron/windows-installer/blob/4070e7d3fa7175971aaed838d3f4311916cc51d1/src/index.js#L127-L145
Would you be willing to share a minimal app that reproduces the problem?
Could we go even further and bump to the soon-to-be-released v1.0? https://github.com/Dogfalo/materialize/blob/v1-dev/v1-upgrade-guide.md https://github.com/Dogfalo/materialize/issues/5004 https://medium.com/@materializecss/materialize-to-1-0-and-beyond-e0233b8ac15
BTW, it looks like we could consolidate some open issues regarding upstream dependencies: * [Upgrade to fix font path](https://github.com/mike-north/ember-cli-materialize/issues/477) * [Upgrade for tapTarget support](https://github.com/mike-north/ember-cli-materialize/issues/624)
Looking through the source, it seems like I should be able to pass a custom `queryTransform` somewhere.... There's [an example](https://github.com/ethanresnick/json-api-example/blob/18730171279f69c176aa48dc044ea41103fd6ba4/src/index.js#L72-L84) where it's done with `Front.customAPIRequest`, but could I still use...
Tried a hack like the following, but this approach doesn't seem feasible. ```js class ModMongooseAdapter extends JSON_API.dbAdapters.Mongoose { constructor(models, toTypeName, idGenerator) { super(models, toTypeName, idGenerator); log('ModMongooseAdapter constructor', ...arguments); } mapReservedFieldNames(doc)...
OK. For now I just made a branch with models having different names, e.g. `foo.type` becomes `foo.fooType`. This seems like something that shouldn't be all that hard though, and I'd...
Note that it looks like things still work, other than printing out some extra output and not cleaning up temp files. FWIW, I am seeing this on Windows (10 Pro...