Carlitos Melgar

Results 6 issues of Carlitos Melgar

Hi, I have compiled many pieces together from various blogs and posts and stuff. Anyways, here is my docker-compose.yml file: ![image](https://user-images.githubusercontent.com/35771489/84227648-f6383200-aab2-11ea-8274-4a0dfdf8fa08.png) Here is the file rather than a screenshot: [docker-compose.txt](https://github.com/odoo/docker/files/4756210/docker-compose.txt)...

Thanks for creating this wonderful tool. I have started to use it and it works great. I am wondering if there is active development or a roadmap in place? I...

The main [page](https://greenmail-mail-test.github.io/greenmail/) states: Dgreenmail.auth.disabled = Disables user authentication check, so that any password works. Useful if you do not want to preconfigure user/passwords. GreenMail automatically creates non-existent users. I...

enhancement
backport_1_6_x
backport_2_0_x

Great work!!! Great extension!!! Will you support [code-server](https://coder.com/docs/code-server/latest)? I hope you do!

I am using: Name: Odoo IDE Id: trinhanhngoc.vscode-odoo Description: Odoo Framework Integration for Visual Studio Code Version: 0.30.1 Publisher: Trịnh Anh Ngọc VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=trinhanhngoc.vscode-odoo Version: 1.91.1 (system setup)...

I am trying to get this working: "sqltools.connections": [ { "previewLimit": 1000, "server": "db", "port": 5432, "driver": "PostgreSQL", "name": "db_container", "database": "${env:POSTGRES_DATABASE}", "username": "${env:POSTGRES_USER}", "password": "${env:POSTGRES_PASSWORD}", }, ], But I...