Giovanni Silva

Results 19 issues of Giovanni Silva

Upgrade to postgresql 9.4 I recommend to build as this way to keep docker tags: `docker build -t paintedfox/postgresql:9.4 .` `docker build -t paintedfox/postgresql:latest .` Two images will be generated...

Fix Autovacum start in postgres. The logs (docker logs postgresql) show the error: LOG: could not open temporary statistics file "/var/run/postgresql/9.3-main.pg_stat_tmp/global.tmp" And autovacum does not start I suggest to create...

Cpu architecture not supported: armv7l **/proc/cpuinfo** ``` processor : 2 model name : ARMv7 Processor rev 2 (v7l) BogoMIPS : 50.00 Features : half thumb fastmult vfp edsp thumbee vfpv3...

enhancement

I'm creating a new cluster with api endpoint as by the docs. Setup gives the error: `SocketError : Failed to open TCP connection to xxx.xxxx.xxx:6443` Documentation gaves no clue if...

documentation

Hello, What is the recommend version of MongoDB for kontena installations? The docs use 3.0 while there is open issues talking about problems with 3.0 like #2836 Can I upgrade...

question

This fix the problem #1412 Is not complete, because I trying to find a way for the user customise the _jsonEncodable_ but I can't find a way that do not...

cla: yes
action: review

The latest update popup from time to time. I click in apply and it doesn't update. I download the installation file directly in the site and it opens but do...

I'm using terraform init with the follow configuration: ``` terraform { required_providers { oci = { source = "oracle/oci" version = ">= 4.67.3" } } } provider "oci" { region...

bug

Very interesting project. A year ago I started this: https://github.com/giovannicandido/angular-spa which has feature overleaping with what you are doing here. It takes a different approach. Docs: https://angular-spa.netlify.com/auth/ If you were...

Assert field by field is annoying and sometimes we want to compare the whole result. Something like ```kotlin val request = ChargeRequest(listOf(ItemRequest(1, "test", 1)), MetadataRequest("0001", "")) val exectedJson = """...