Bob Cotton

Results 11 comments of Bob Cotton

Can confirm. Running code-server on OSX, with a vanilla docker-code-server, running on Docker locally. No terminal start, nothing in any of the logs that I could find. Downgrading to 4.3.0...

> @bcotton nothing in the browser logs either? Nope, I checked the "window" logs. Tailed all logs in the running image, in addition to the output of coder command line....

> wait are you using code-server or `coder`? I'm using `coder` to start `code-server` in a docker container.

on centos, with rabbitmq 1.7.0 installed from rpm, I got it working by changing start.sh from erl -pa $PWD/ebin -pa $PWD/deps/_/ebin -name alice -s reloader -boot alice $_ to erl...

Ad the user rabbitmq, in the home dir /var/lib/rabbitmq, I ran this: /start.sh -alice rabbithost "rabbit@rust" -setcookie `cat ../.erlang.cookie` where 'rust' is my short hostname. Note the -alice on the...

Yes, that does work. the temp file is no longer being watched.

If you don't ignore the file watch, it will loop. For a generated file that MUST be on disk, I guess that's ok.

It's unclear to me where this should be reported. I'll report it against the main repo.

> Does the pathing change break compatibility with existing path format (without ending slashes) in the settings file? Unsure, I'm testing on a mac. My path does not have a...

I'm having similar problems, but it will succeed about 25% of the time. It's something to do with the timing of the Promise, dunno. Still looking into it.