Simon Hänisch

Results 142 comments of Simon Hänisch

We have a use case for this in our Stencil + Ionic app: Our app renders the login page with a hidden side menu and no headers. After signing in,...

> I made my own crude prefetching solution @beck24 just had a look and good idea, but seems pretty verbose... also, you should probably use `componentDidLoad` in your example instead...

@adrm yeah we've solved it with a service worker. On first load it downloads the whole app in the background. Then we instruct the service worker to immediately take over...

I haven't worked on or with Stencil in a while... can't be of any help here, sorry. Better to ping @splitinfinities who's on the team now.

Not at this time, only if you pipe the markdown from stdin you'll be able to redirect stdout into a file, or if you use the programmatic API, you get...

Yeah I'll leave this issue open as a feature request so as long as you're subscribed you'll know when it gets closed.

Not sure but it's most likely a bug with the font you're using to render the code block? You can try changing the font family maybe, e.g. ```css pre >...

Ok have you tried with a different file encoding then? Your editor should tell you the current encoding of your markdown file, maybe make sure it's `utf-8`? Otherwise no idea,...

Google search gave me this: https://superuser.com/questions/1167662/why-is-windows-10-displaying-as-%C2%A5-on-the-command-line, where one of the answers says "Japanese decided to override backslash code point in ASCII with the yen-sign". Sounds like your "production box" is...

Looks like that's merged, so this can be closed?