Juan Maia

Results 6 comments of Juan Maia

here we go folks: to define a block on the top-level layout i went with this code: ``` javascript div !{block('footer')} ``` default value: ``` javascript title !{block('title') || 'TITULO'}...

> the syntax highlighting in godoc that you may expect wouldn't be possible to fully achieve in all cases; Why do you think so? What I have in mind would...

Hey @richardcase, I'm also interested in working on it. I have some previous experience working on CAPZ (cluster-api-provider-azure). Are the tasks already slit up?

Hey @nawazkh, what's the status of this feature?

Same for me, if you remove the `async` you need to also remove the `await` from the calls in `main` and `test/api/helpers` so ``` let application = Application::build(configuration).await?; // should...

Is this planned to be implemented at the client level?