Ricky Lopez
Ricky Lopez
Awesome! I wish I had the discipline to stick with a project for more than 5 minutes. I'd definitely be interested in getting one of these and helping with testing!
Hi there! Yes, I do, I'm pretty much using the sample docker-compose.yml. See below for full docker-compose.yml file: ``` version: '3' services: planka: image: meltyshev/planka:latest command: > bash -c "for...
OK makes sense. I tried with the hostname and the ip, nothing. I also tried using the hostname, localhost and 0.0.0.0 in the base url in the docker-compose.yml. Tried different...
Could it be because the containers that end up getting created are called `planka_postgres_1` and `planka_planka_1` but the docker-compose refers to the postgres server with `postgres/planka`?
Nevermind, just tried adjusting the url in docker-compose.yml accordingly and it didn't change anything
Here's a full log, maybe that will point to something: ``` Attaching to planka_postgres_1, planka_planka_1 [36mpostgres_1 |[0m ******************************************************************************** [36mpostgres_1 |[0m WARNING: POSTGRES_HOST_AUTH_METHOD has been set to "trust". This will allow...
Yes the output of that command is as expected. I'm running about 5 other apps through docker containers, and all of the rest of them are accessible, so I doubt...
Totally understand! I've made a lot more progress and I'm able to get it to print larger sizes now, but I'm struggling to get it to print in landscape. Do...
> I'm working on a React Native implementation based on this repo, can you give an example of your code? I'm going through a similar problem when "transforming" a canvas....
> Could you perform Bluetooth packet capture between B21 and official app? I'd like to analyze, but I don't have any devices other than D11. Sure, but I don't know...