Michael Jones

Results 75 comments of Michael Jones

@littleStudent - can you confirm that you're using `onclick` as the string rather than `click`? Even with this kind of approach, this isn't working for me, though I recognise that...

I suspect this is at the core of it: https://github.com/elm/virtual-dom/blob/master/src/Elm/Kernel/VirtualDom.js#L458-L461 Not sure how one would do anything that would impact the core Elm event handler. I've added a issue to...

Good idea. I guess it could scope all templates together into one file and just name the render methods after the template file name. So like `user_profile` and `user_profile_builder` (for...

@lpil - I've clearly forgotten about this. I'm happy to take a swing at it but only if you would still find it useful. I thought maybe a config entry...

Good to know. We can leave it open.

Thank you for asking. I'm afraid I don't use Python any more and have no plans to continue this project. I'm very happy for it to be forked or to...

Gosh, yeah, I think you're absolutely right. When I get a chance I'll change the license over. That is very negligent of me. Thank you for raising it.

I've switched to GPL V2 to match pypeg2. Thanks so much for raising that. I'm embarrassed to have not been more diligent.

I will be archiving this repository shortly. I think it is a cool idea but I'm not invested in Python at this time and so I don't see myself returning...

I'm hitting up against this and have tried: ```rust #[derive(Debug, Clone, Serialize, Deserialize)] #[serde(rename_all = "kebab-case")] pub enum ValueEntry { A(Vec), B(Vec), // Provide fallback in case we're deserialising from...