Lucas Bremgartner
Lucas Bremgartner
@F4ncyMooN Are you willing to provide a PR for this?
Hi @mna If I remember correctly, the reason why I did not yet merge this PR is, that it only solves part of the problem. I had cases where the...
I found the old commit and my notes about the bigger problem I found when I wrote the PR #71. The thing is, that the added search algorithm in `ast_optimize.go`...
Optimizer also needs to detect that rules can be dropped, if they are only referred to by itself (closed cycles), see [comment](https://github.com/mna/pigeon/issues/70#issuecomment-493579442).
What is your definition of active? Currently there are no plans for extensions or new features.
Additional links: * https://github.com/lib/pq/issues/635 * https://github.com/lib/pq/issues/713 * https://github.com/lib/pq/issues/142
I just hit the same problem while using MySQL. The mysql db driver reports the following errors: ``` [mysql] 2020/04/20 10:31:35 packets.go:446: busy buffer [mysql] 2020/04/20 10:31:35 connection.go:158: bad connection...
To unblock myself I created a fork with the above mentioned fix in place: https://github.com/breml/pop/tree/fix-afterfind. Please let me know, if you would like to have a PR.
@aeneasr The same problem exists also with MySQL. How will the move to jackc/pgx help there? I think the problem is not related to the actual DB driver but to...
I had the same problem and error message: `reflect: Call using plush.HelperContext as type plush.HelperContext`. I resolved it by changing the import for `github.com/gobuffalo/plush` to `github.com/gobuffalo/plush/v4`.