Colin Adler

Results 40 comments of Colin Adler

@linux-china To be fair, it's currently possible to use multiple hosts since `sail run` will accept a host `sail run my.private-git.com/user/repo` The only time we will run into issues is...

Half of the problem solved here: https://github.com/cdr/sail/pull/198 Some additional thinking will need to be done on default behavior when opening subdirectories so I pulled them apart Mainly, what to do...

This might be tricky since you'll have to parse the `.git` folder in the project for the host

I think that sets a bad precedent if we want to add logic based on the host

I think a good first step would be to see how janky extracting the host from the `.git` folder would be

git remote -v sounds good to me On Fri, May 24, 2019 at 6:11 AM Robert M wrote: > We could always check (although, a prerequisite to sail is git)...

I think the layering here is easier to conceptualize for me. I like the changes :+1:

In v1 I only implemented the `POST`/`PATCH` endpoints for creation/deletion and left the `GET` endpoints stubbed out. The `GET` endpoints can be faster for bulk importing users that already exist...

cc @nhooyr, we're getting CVE notifications about this even though it's just used in the websocket tests here. Would be nice if this could get merged! See: https://github.com/advisories/GHSA-h395-qcrw-5vmq

CentOS has an old version of glibc which causes problems with code-server. See https://github.com/cdr/code-server/issues/239