An Tao

Results 284 comments of An Tao

But when runing `vcpkg install drogon:x64-windows`, very thing is ok. It's a strange error with the static compilation. Thanks so much.

@interfector18 Thanks so much. I'll try to add CARES_STATICLIB macro when statically building.

@interfector18 , You are right, the CARES_STATICLIB macro fixes errors of c-ares library. but there are some other compilation erros of libpq and openssl, they maybe caused by the same...

> > @interfector18 , You are right, the CARES_STATICLIB macro fixes errors of c-ares library. but there are some other compilation erros of libpq and openssl, they maybe caused by...

@rbugajewski , Hey, I have read those issues from you, thanks for all the suggestions. As you said, I mainly use drogon in REST API backends, so its support for...

@rbugajewski I added layouts support for csp files. You could use the `` tag to specify a layout, for example: *hw.csp* ``` Hello world ! ``` *global_layout.csp* ```html Welcome to...

Sorry, this is a wrong conversion. I fixed it.

You could find the code in templates: ``` auto static templ = DrTemplateBase::newTemplate(layoutName); ``` Sorry, I didn't think carefully about the scenario where the layout view is dynamically loaded, the...

@rbugajewski , please check the PR #378 , thanks.

> @an-tao I checked out the `dev` branch, but I don’t think that the `static` declaration causes this behavior. What I observe is that the layout generation is completely skipped...