Yonghwan SO
Yonghwan SO
> @sio4, how do recent changes in Pop affect this issue? This issue still exists. I improved Pop's logging so users can track transaction/connection information better, so they can imagine...
Adding `has_one` itself will not break the workflow of user signup. We need more information for the investigation. If you provide a real example code or fully reproducible steps, I...
First, this issue is interesting. Performance is one of the important factors for developers even though not all developers are working on a performance-sensitive application (but still they are looking...
Oh, it looks like #28 is clearly explaining the situation of the performance issue that happened when using `models.DB` directly while pop middleware is enabled.
Some test results with a simple stress test: * A single instance of a simple app running with debugging mode by `buffalo dev` * Postgres database in a container on...
Yeah, I agree too. definitely, we need to fix it. However, I would like to approach this issue in a slightly different direction from the perspective of command line syntax...
The current behavior as a record: Supported pass-through flags are `-v` and `-timeout`. They just added as is to the command line before the list of packages. When the user...
I wondered if we really need to use the flag `-testify.m` for method selection since I feel like I usually was able to select a specific method(s) with `-run TestSuite/TestMethod`....
Roughly, I tested with this patch, and it could be OK for all the use cases I described above. https://gist.github.com/sio4/0d892ca8413e994c3ccb99af1ca744bb
(As a cross note) I wrote detailed comments and my thoughts on #247