Dan Freeman

Results 228 comments of Dan Freeman

The only time I've run into this issue with `ember-ajax@5` was when there was also an older version of it as a transitive dependency somewhere in my project. For those...

@boris-petrov do you have a reproduction you can share? I've tried everything I can think of to trigger the issue for myself and haven't ever managed it. At this point...

I've done things like leave `ember test` running in a loop overnight and still nothing, which makes me think there must be something in common in projects that have this...

@lifeart that repo has exactly the same issue as the one we talked about yesterday—the `.ts` service file in `app` is nondeterministically conflicting with the `.js` one in the addon.

The prember compatibility issue in #327 has been looming large for me recently as we gear up for a big Octane-alignment docs overhaul in ember-cli-typescript. I'll aim to revisit that...

@rwwagner90 Apologies! I started in on an implementation back in December and then got completely sidetracked. I need to take a bit of time to look at what I wrote...

The issue as it stands now, I think, is that we don't do the substitution during the build at all; we only do it as part of the deploy process...

@samselikoff didn't you _write_ that build time magic? 😜 https://github.com/ember-learn/ember-cli-addon-docs/blob/b32175798e467b7a974adaff2ab1eca682218dab/index.js#L95-L98

I remember seeing that blog post or whatever it was go around a while back as well—though literally any name other than `latest` would be easier for us to accommodate,...

If it winds up being a large enough collection of 'recipes', we could even consider adding Cookbook as a peer to the Sandbox