Yonghwan SO

Results 105 comments of Yonghwan SO

For the database backed Buffalo app on GAE, It is not directly mentioned about that but I opened issues (proposals) on pop: https://github.com/gobuffalo/pop/issues/281 and https://github.com/gobuffalo/pop/issues/295 for this possibility. (since we...

Indeed, this issue (`action.App()` is called multiple times while `app` is still `nil`) could very rarely happen since we don't use any locking method such as `sync.Once` on our scaffold....

> We should still make sure that the code generated with `buffalo new` doesn't contain any possible race conditions that should be fixed by the users. > > The generated...

We need to consider the following two things. * add a clear description of this behavior in the documentation so developers can understand it more clearly. * consider implementing status...

Hi @dengqinghua, > Instead of just log the params, request URI, request body or header, we also want to **log the response**. What do you mean by "the response"? I...

Oh, I see @dengqinghua. I think that is not a common use case and could be somewhat tricky :-) If you use the Buffalo's default context and generated handler code,...

Thank you @bbiao for filing a PR! (sorry for the late response) Currently, I am considering the deprecation of the function (#42) but will still have this PR in consideration....

Outdated, but I would love to hear what is the details of your proposal. I am currently considering cleaning the module and the direction will be "simple and straightforward" with...

I just commented out the block for wiki search. So now, wiki searching by clicking on tag is working as normal search. just work around but it is good than...

Agree! I guess it could be/should be updated once the progress on CLI by @paganotoni is done.