Flashmob
Flashmob
mysql driver taking shape.
Thanks, will update it soon.
Awesome! Do you allow me to add this to the wiki? Have you tested the rotate and reload options? Sorry, out of time to try myself.
Yes. That could be the next step in the evolution of the software. At present, on Guerrilla Gail, there is no memory problem yet, however one limitation is that it...
Yes, buffer pools are recycled to avoid memory allocation / garbage collection. So the bytes.Buffer that is passed to the backend gets recycled for the next email. Are you going...
Update: Just posted a PR for the ability to stream the DATA command. See details https://github.com/flashmob/go-guerrilla/pull/135
Thanks. On Mon, 29 Jun 2020 at 11:56, Flavio Barros wrote: > I just generated a UML diagram from the source code. I don't know exactly > where you could...
Thanks for reporting this. This happens even after the column's charset was changed to utf8mb4? The only reason to choose VARCHAR was so that a query for the column using...
Strange. How about changing the connection charset, as mentioned by the following article? https://hackernoon.com/today-i-learned-storing-emoji-to-mysql-with-golang-204a093454b7 On Sun, 15 Sep 2019 at 17:38, Lord Alfred wrote: > Yes, there were errors even...
Great! Please note that the tool caught a lot of false positives. Eg. https://deepsource.io/gh/chsatyap/go-guerrilla/issue/SCC-SA4006/occurrences The vars are overwritten and we don't care about them normally, but these are helpful for...