Tom Zellman

Results 9 comments of Tom Zellman

@snewcomer I am having this same issue, unfortunately. If you could kindly point me to the resolution (potentially linked in discord?), I would be greatly appreciative! I am using v4.4.1...

I love using this, but I have found it difficult to use in lerna-managed projects. Having the ability to pass `--no-shrinkwrap` to the installer (npm) would make it possible to...

I've run across this "issue" before. My scenario was similar, but I felt like I was trying to do something that didn't fit what EC was trying to help with....

So, apparently I was wrong in my assumption of the child task instance orchestration. This [twiddle](https://ember-twiddle.com/acfaa7b515e147abd35834e21fa099fd?openFiles=templates.application.hbs%2C) shows that it appears that even the child task (marked with `drop`) is getting...

I have to be honest, I haven't worked closely with python/flask/mako for a while. I can look into doing this, if this is still useful.

Here is a [Twiddle](https://ember-twiddle.com/f201c18d7fe5ca3979a9c5fae3cd4c95) that I think highlights this concern.

Thanks for the link! The `transformalizer` repo is actually located at https://github.com/powell0/transformalizer - it seems that the repo url in `package.json` just hasn't been updated. I'm not sure how much...

@sebacruz Thanks for the PR! I'll pull it down and take a look - we may need to make express and fastify peer dependencies in order to not require apps...

The `jsonapiRequestHolder` that is added to the request object is only available as an extension to the `Express.Request` interface.. I am pretty confident we will need to make some more...