Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ember.js support #647

Closed
mike-north opened this issue Aug 14, 2018 · 8 comments
Closed

Ember.js support #647

mike-north opened this issue Aug 14, 2018 · 8 comments

Comments

@mike-north
Copy link

I've spoken with many leaders in the Ember.js core team/community and we love StackBlitz as a tool. We maintain ember-twiddle which aims for similar goals, but it's much less refined for a variety of reasons (i.e., VScode/Monaco were not yet public at the time it was built, service workers were highly experimental, and we cared a lot about IE10/11).

We're now faced with the choice of either facilitating support for Ember projects in some already-existing "playground" app like Stackblitz, or building/fixing something similar that just works with ember-cli apps. In this case, I have a strong preference for contributing to your project rather than building/maintaining a seperate (similar) thing.

is there some way we can work together to add Ember support to stackblitz? If you were were handed a piece of worker-friendly code that, in a single async function call, converted source code into browser-ready output -- would the remaining work on your end be relatively easy?

@jmonster
Copy link

jmonster commented Feb 5, 2019

disappointed to see that this issue has been ignored; @mike-north did you pursue an alternative? I've been looking for the best way to do ember+node from an iPad, VS Code being preferred, wound up here..

@mike-north
Copy link
Author

After waiting for a few months on this issue, I added Ember.js support to https://codesandbox.io/

@Alonski
Copy link

Alonski commented May 24, 2020

Would still love for this to be implemented

@jamescdavis
Copy link

I would love to see this. Maybe, with WebContainers, there's a path to making it a reality?

@NullVoxPopuli
Copy link

I think we're waiting on this: stackblitz/webcontainer-core#53

@gnclmorais
Copy link

So… are we any closer to this? 🤞

@NullVoxPopuli
Copy link

I'd say so. Most of what happens when I play with stackblitz seem to be minor state related bugs. Like,:

  • telling me to get a pro account for no reason
  • not saving files due to every file being saved in one post request -- saving should be per changed file
  • not detecting what port the dev server is on (requires refresh to fix)

I haven't yet tried to see if the generated static assets are available to other people after I'm done editing.

@fvsch
Copy link
Contributor

fvsch commented Jun 1, 2022

Hi everyone!

I’ll close this as a duplicate of stackblitz/webcontainer-core#354 which has a bit more information about Ember.js support in WebContainers. It seems we're currently blocked by usage of the esm package that conflicts with our own ESM loader code.

Solutions might include:

  • The Ember.js project moving away from the esm shim.
  • Us finding a way to make the esm package work in WebContainers (no work on that on our roadmap as far as I know, but never say never ^^).

@fvsch fvsch closed this as not planned Won't fix, can't repro, duplicate, stale Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants