Rasmus Porsager

Results 316 comments of Rasmus Porsager

Ah, I see.. Yeah, they're here: https://github.com/porsager/flems/blob/d3acee78730eef175dacab828a38a97ae84a5ef1/src/srcdoc/index.js#L14-L17

I use Flems for IE11 tests sometimes, but not with Babel transpile enabled. Would setting ES6 work for Babel fix this? In that case It's probably a better tradeoff than...

That' be great, honestly a bad oversight on my part, as I usually try to use semantically correct elements at least! A PR would be most welcome - I don't...

There's a Codemirror plugin for autocomplete. Maybe it can be combined with the Typescript libraries. I'm open for a PR for this, but it should load the required libraries dynamically...

Yes, the play/pause icon is not optimal. I also find it a bit weird in the top right corner as it feels more like a part of the editor. So...

By the way, if you don't need the play / pause you can hide it.. Would that make things better for now?

I think it'd be a pity to clutter with `auto-reload [ checkbox ]` so any other ideas are more than welcome.

Yeah, I've been hesitant adding it because I don't want to increase bundle size too much, but I'm thinking it could be nice if it's loaded async once the feature...

I think this is an interesting idea, and it could be solved quite elegantly if https://github.com/porsager/flems/issues/6 gets implemented. A dropdown to select the active html file could be shown next...

I think that's a really good idea, but as pygy says, shouldn't be toggled automatically. Perhaps toggling it with `console: 'primary'` in the state object? I'll try to think about...