Brett Bronson

Results 13 comments of Brett Bronson

I am also interested in this.

bump I'm also experiencing this issue when attempting to connect to a vnc server running on VMs in my Proxmox cluster. It works fine for other software, however, crashes on...

Sorry but I have to agree with unusualbob. If so many main stream websites break WCAG, users will be used to that functionality. I don't think users are concerned whether...

I'm having the same issue. See below: ``` brett@portainer:~$ cat .bash_aliases autocompose() { docker run --rm -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/red5d/docker-autocompose:latest "$@" } brett@portainer:~$ brett@portainer:~$ docker ps | grep nzb a08cfbbcd6fc ghcr.io/linuxserver/nzbget:latest...

@Red5d Following up - I forked this repo and tested it on my end, perhaps this would fix it? at https://github.com/Red5d/docker-autocompose/blob/master/autocompose.py#L66 ``` 'volumes': cattrs['HostConfig']['Binds'], ``` change to: ``` 'volumes': cattrs['HostConfig']['Binds']...

I logged into the web container and saw this in the apache error logs at /var/log/apache2/error.log: ``` /var/log/apache2 # ls access.log error.log /var/log/apache2 # cat error.log [Fri Jan 22 16:14:23.772032...

I tried deploying via command line using the instructions listed: ``` Full Set up with docker-compose One command install with docker-compose. git clone https://github.com/Leantime/docker-leantime.git cd docker-leantime docker-compose up -d ```...

Just wanted to post an update that the latest commit on cimgui-go now includes access to ImNodes. https://github.com/AllenDang/cimgui-go/pull/244 and would be _super_ awesome to have access to! :)

Hey there, before you start looking at this, let's put this on hold, or close it for now. I've actually moved onto putting together a new cimgui-go backend similar to...

Perhaps I can help? I've been spending quite a bit of time recently working on getting docking working using cimgui-go with success. First thing to do is enable it: ```...