psznm

Results 2 issues of psznm

If i have password for mysql database like `pass"wo\rd` Then after `$ apt-get install groupoffice-mailserver` My /etc/dovecot/dovecot-groupoffice-sql.conf.ext has line `connect = "host=localhost dbname=groupoffice user=groupoffice password=pass"wo\rd"` But should be `connect =...

When importModuleSpecifierEnding is set to "js", typescript-language-server auto-imports do not have extensions unless package.json contains `"type": "module"` A tried the same with VSCode and it worked fine. Example ```typescript //...