Chris Copeland

Results 13 comments of Chris Copeland

If `stable` could just go back to being a branch like it was before, that would be lovely. The proposed change to documentation to use `{'tag': 'stable'}` in `vim-plug` is...

I'm still skeptical about adding more exports. Also it seems unrelated to the other changes you're making.

`hmin` and `hmax` are just `min` and `max`, but named so as not to conflict with the definitions in the Prelude. `huber` is the Huber loss function: quadratic loss for...

This is probably a stability issue with ellipsoid... Do you have the original problem data? Might help to see what CVX does.

If you provide a relative path for `working_directory`, it should already be interpreted relative to `$HOME`, so in your example you would just do: ``` working_directory: projects/work ``` I just...

This isn't happening on macOS anymore.

I'm missing the localization for the new UI, but otherwise I think it's close? This is my first contribution so I'm sure I've missed some other things, too. Reviews appreciated!

~~Addressed the feedback so far, and the integration tests I added are passing. When I test this locally with a repository configured with only `fast-forward-only` merges allowed, I see the...

> CI disagrees, and says the routes haven't been found. Indeed. I ran `make integrations.sqlite.test` and it passed, but I guess it wasn't clear how to run them. Will fix...

I think this is ready to go other than translations. Should I make an attempt at those or is there some other process for doing that?