Alex Walker
Alex Walker
hey @JohnStarich how is this going?
Thanks for response - are you aware of any other libraries out there that do what this one does and i can look into this on Mac? I'm trying to...
this looks cool. Any progress on this @roman-khimov ? be nice to not have to have a seperate yaml file!
@JohnStarich any luck on this? This seems like the big refactor that this project needs and last update sounded positive!
it would be better i think if tanker had a field/flag that allowed tanker to not verify the secure connection (which is the issue here) - I'm having the same...
ok yep. And is there a way to set the Body of a document? It seems that app.Body() does not have a Body() method. I am processing a load of...
Ok thanks I'll have to be very explicit for the goals I want then. If it comes up in conversation an interface that defined the "standard" html things like attrs,...
@mlctrez yes that is basically what I want. I actually want to (and am currently doing) parse an HTML template that builds go-app elements. I am using the golang standard...
I don't want to do it in the frontend @oderwat. I am attempting to build a sort of site-generator using go-app (at this point for my own education/enjoyment). the HTML...
OK thanks this is interesting. I'm going to look through that link you posted as I want to call existing go-app elements I've created based on custom html elements as...