Michael Hellein

Results 12 issues of Michael Hellein

Hi there. I really appreciate a simple approach to rendering a calendar! My use case required rendering without tables - the idea is that it's more semantic and responsive, though...

It would appear that [grunt-yslow](https://github.com/andyshora/grunt-yslow) uses the files API to set URLs, rather than placing them in options. Maybe that's a more intuitive signature than requiring an empty files array?...

It's great that there are so many ways to customize xo! I'm curious if you think it might be valuable for xo to check a present `.editorconfig` (perhaps just the...

This is a revision of https://github.com/Mango/slideout/pull/73, following from https://github.com/Mango/slideout/issues/225. The intention is to detect scroll intent and prevent triggering the slideout when the touchX changes 20px, even when the body...

If the scroll container for the page's content is within the panel, for example, instead of the body, then the listener for scroll on the document doesn't fire, and we...

Following from #67, this creates an option (`date.toString`) to use JavaScript date objects in queries rather than ISO strings. I didn't add test coverage for the option against all date...

This follows from https://github.com/evilstreak/markdown-js/pull/34, opting to disable HTML escaping except in code blocks. I understand that it's been stated to be undesirable by the maintainers, but I think it is...

I'm not actually sure if this is a good idea, but it works for my purposes. I say it's optimistic, because I didn't know what flags other shells were looking...

If you add a page while the preview server is running, then delete it, it's not removed from the rendered navigation.

bug

This is supporting the case of files modified by plugins (CopyWebpackPlugin, HtmlWebpackPlugin) that can't be sent via HMR because they're not required in a bundle. A simple case is documented...