Neal Stewart

Results 5 issues of Neal Stewart

### Description See [issue 515](https://github.com/conda/conda-lock/issues/515 for background on why this was implemented. I have implemented this as an optional `--update` flag to be based to `conda-lock install`. This allows for...

### Checklist - [X] I added a descriptive title - [X] I searched open requests and couldn't find a duplicate ### What is the idea? I use conda-lock to lock...

So let's say that I'm building a model like so: ``` javascript var OccupationWatchingModel = Backbone.Model.extend({ validate: { occupation: { in: ["Doctor", "Lawyer"] } } }); // If you instantiate...