Dr Nic Williams

Results 138 issues of Dr Nic Williams

From a quick read of the readme & some source, it looks like you need to run these scripts inside the docker haproxy container. Correct? If so, can you think...

When I run the `examples/Visualizing_embeddings_in_2D.ipynb` notebook, I get an error during `tsne.fit_transform(matrix)`: ``` 791 def _check_params_vs_input(self, X): --> 792 if self.perplexity >= X.shape[0]: 793 raise ValueError("perplexity must be less than...

The dev cycle for trying to create a working manifest for a bosh-init deployment can be saddeningly long - each `bosh-init deploy` will boot a VM, attach the disk, determine...

open-for-contribution

Is there a way to setup s3 or `/var/vcap/store` as a compiled package cache? Its non-productive waiting for packages to compile again and again between deploys: ``` Compiling package 'busybox/1593c41beb57c12d7f2b82dff61b47d4d119913d'......

filed-as-story

Can we please have a nice `bosh-init ssh ` command that SSH's into the running (perhaps failing) VM?

`bosh-init deploy` fails to run if there is already a `bosh-init deploy` running: ``` Started installing CPI Compiling package 'ruby_aws_cpi/052a28b8976e6d9ad14d3eaec6d3dd237973d800'... Finished (00:00:00) Compiling package 'bosh_aws_cpi/deabbf731a4fedc9285324d85af6456cfa74c10c'... Finished (00:00:00) Rendering job templates......

Not sure where/how to raise this/nor if its urgent - but if we now need sha1 for bosh-init manifests perhaps concourse's `bosh-io-release` resource needs to be able to fetch the...

Hopefully I'm describing the issue correctly. I discovered that this template when deployed by bosh-init was converting: ``` erb -forwardHost= ``` into ``` -forwardHost= ``` see - https://github.com/concourse/concourse/blob/master/jobs/tsa/templates/tsa_ctl.erb#L66 https://github.com/concourse/concourse/blob/master/jobs/tsa/templates/tsa_ctl.erb#L15-L34 in...

open-for-contribution

I want to package the `bosh-init` CLI plus a pre-compiled CPI into docker images. Progress: - [x] https://github.com/drnic/concourse-tutorial/blob/master/60_multi_jobs_bosh_micro_build/templates/pipeline-repackage.yml - [x] https://gist.github.com/drnic/db1126b8456bcaa854f3 I need a way to compile the CPI in...