Steven Madere

Results 5 issues of Steven Madere

The cleanup task is apparently executing something like this ``` existing_releases = `ssh TARGET_HOST ls RELEASES_DIR` ``` and then parsing this with split or somesuch. Unfortunately, if the `.bashrc` or...

confirmed bug

Added a new option `without_checkpoint_model:bool` to the Trainer.train() params. This prevents re-loading the model supplied to the constructor during a train(resume_from_checkpoint) operation so that models that the Trainer does not...

The Interp bindings are great. There are a very similar set of functions for 2-dimensional interpolation that are not bound though. In particular they are: - gsl_interp2d_alloc() - gsl_interp2d_init() -...

enhancement

Enable safe inheritance of starphleet orders files. If inherited orders are changed, redeploy any dependent services too. When monitoring for orders file changes, also monitor any files on which the...

/kind bug **What happened?** EBS volumes get created and attached just fine but then are unavailable to kubernetes running under minikube. AWS EC2 instances these days often don't have a...

kind/bug
kind/feature