Matej Đakovac
Matej Đakovac
I get this error when trying to run the basic example: ``` nodemailerMailgun.sendMail({ from: '[email protected]', to: '[email protected]', // An array if you have multiple recipients. cc:'[email protected]', bcc:'[email protected]', subject: 'Hey you,...
Is it possible to disable dragging selection? Neiter 'square' nor 'linear' selectionScheme fits my needs, I would like to only have click/touch to select.
gqlgen version: v0.17.66 go version: 1.23.3 full repro: https://github.com/mdakovac/gqlgen-import-sorting/tree/main Go lets you group imports by separating them with a newline, however when you run the `generate` command, this grouping is...