Elia Mazzuoli

Results 14 comments of Elia Mazzuoli

Ok I think this can be related to another bug I can't see that icon on my `Linux Mint 20.2 Cinnamon (Cinnamon version 5.0.7)` ![no-pipette](https://user-images.githubusercontent.com/6044789/185423790-3e519369-7dfb-401c-baf9-fb6c276a65fa.png)

Ok, actually cinnamon is not fully supported by gtk3 [GTK issue 5135](https://gitlab.gnome.org/GNOME/gtk/-/issues/5135)

Waiting some news about this feature and the PR, I have implemented something like this. This is working fine in my production. TS ```typescript const getConnectionFromPool = ( pool: mysql.Pool...

From the error seems that the result of the query is too big for the heap assigned to node! How big is the result and how much memory has your...