Sebastian Quintero

Results 4 issues of Sebastian Quintero

Adds the `knapsack-hexaly` community app to show how to work with the Hexaly solver.

# Description Adds new `Configuration` and `Parameter` classes used for options/configurations. A parameter dictates an option that, as the bare minimum, has a name and a type. A configuration can...

# Description Adds functionality for logging. For the Nextmv platform, logging implies streaming to `stderr`. Two new features are introduced: - `log`: it is a function to simply print to...

# Description Adds the `push()` function to the `cloud.Application` class. It _should_ be an equivalent to `nextmv app push` with the CLI. ## Testing Kind of hard to add tests...