Steve Howell

Results 108 comments of Steve Howell

I wonder if this would actually be more maintainable if we just used `undefined` for `this.custom_selection_state` rather than having to give falsy values (of three different types!) for the three...

I guess "selection" is already well explained in the big block comment (which I didn't see in the diff), so disregard that part of my prior comment.

(I suppose you could also re-brand my "export" function as a "visit" function. As always, apologies if I have overlooked anything in the docs.)

I'm also interested in this use case. I have a project called MetaElm where I code-generate Elm from inside Elm. I have a minimal AST structure, and it can emit...

I am hoping to get to this after some substantial code cleanup that is happening in #19. That PR fixes the issue of `include`, but we also have complications related...

Sort of repeating my last comment, but we don't want to take any action on this until #19 gets merged. In #19 I've made some structural changes that should make...

In #19 I at least extracted some helpers for sorting during the build, but I agree that the best solution here is probably just some client-side JS to do the...

@rht Do you have any interest in working on this? Or maybe try to recruit on of the GSOC folks to play with it?

For GSoC, there might be students who just want to work on this for fun, and maybe to help their chances of being admitted. It's too late to name projects,...

This is somewhat related to fixing #12. We don't have the Jekyll layout from Lean, either, so you get a bunch of warnings (plus no real styling): ~~~ Build Warning:...