Jonathan Mitchell
Jonathan Mitchell
I haven't looked at the render code in great detail but seems to be that when rendering a value the render code has no knowledge of the values location with...
I will try and take a look this evening. Failing that, I will report back tomorrow. I compile from source and then link the lib. Thanks for keeping going!
I have updated my local copy of the GRMustachio toy to use the [white_space branch](https://github.com/groue/GRMustache/tree/white_space). So: Data: ``` { "item1" : "Alice" , "item2" : "Bob ", "item3" : "Clarisse"...
> All right. Thank you for doing the sanity tests I was too tired to do. OK, we need some tuning and adjustment. A pleasure. I don't think there is...
> I've just pushed tuning, based on your input, to the white_space branch. Let me know how it feels. Updated the GRMustachio toy and the previous naive Alice, Bob, Clarisse...
> Thanks for your support, Jonathan. It's a pleasure Gwendal. > Initially my intent was to strip lines such as `\s*{{tag}}\s*`, but to keep `\s*{{tag}}.*{{tag}}\s*`. My goal was to take...
The logic driving the proposed `stripsBlankLines` looks good to me. Seems simple and consistent. The current white_space branch seems to behave as well as I currently would expect it to....
I agree that this solution is practicable. The down side is that you have to have knowledge of the token; this makes the solution slightly less viable for user generated...
Thanks for the pull request. However I don't think I can drop GC support for the F-script framework just yet as i use it in KosmicTask which is a GC...