Jonathan Yu

Results 58 comments of Jonathan Yu

There's [some info in the docs](https://coder.com/docs/feedback) themselves, but it would be nice to have it transformed into an issue template or something?

@jsjoeio I think this should be unblocked now, but may be kind of tricky as a lot of things have changed in the API. Might be best to reset your...

@coadler My thought is that we should invert things, we would update the schema (with descriptions) and use the schema to generate our docs (instead of helm-docs) and optionally the...

@vapurrmaid Do we know which RStudio variant we're targeting? https://www.rstudio.com/products/rstudio/download/ Would it be RStudio Server, or do we want to support all of them?

@grepler That's an excellent suggestion, thank you! I agree that JupyterLab would be nice for us to support. We're planning an overhaul of the way that we produce and publish...

We have a partial solution in #55 by splitting the builds by distro and running them in parallel, which also helps avoid the build servers' disks filling up. However, it's...

@CMeza99 I didn't have to install `certificate-ca`, just `apt-transport-https` and modifying `sources.list`. I tested on Google Cloud with the official image. I don't think it's a huge difference in image...

@mengelmann My proposal would be installing `apt-transport-https` and `ca-certificates`, and performing full validation, as I don't think the size of either package should be prohibitive, especially on cloud environments. As...

It makes sense to have some logging facility, though isn't it less useful at the CRI-O level, since we don't have contextual information like the reason a pod was started...