Joe Davidson
Joe Davidson
I'm happy to build an implentation for this, however I think I have the shared worry with others that there could be uninteded renames in the unlikely event that a...
I can see the benefit of the pointer receiver templates, and could see another Go developer assuming this was possible while writing templ code. At the same time though I...
I'd love to see this SDK follow an error handling pattern that is inline with what the Go community agrees on.
Any idea how this would be represented syntactically? This would be the first instance of a per-slide config item, right? Some suggestions: HTML Comments: ```md --- --- ``` Code blocks...
And then how do you tell the slide when to split? By heading? ````md --- ```slides-metadata layout: two-column ``` # Col 1 - A - B - C # Col...
I would expect the layout to be per-slide, rather than global. You might want to have a mixture of two-column and one-column.
@ucarbehlul @ameerthehacker This feature would be extremely useful, we have no way of passing a custom class to the wrapper. I'm also using styled components so this would help, a...
I took a look at this, it seems like the best way to solve was to recover the panic and write to the `errs` channel. Happy for some feedback if...
Hi @rfbatista , would you mind please providing the version of templ you are using?
Hi @jmarais to answer your question of if templ "does" any formatting, it doesn't currently no. Whether it should is a harder question, there are a lot of differing opinions...