Hayden Chudy

Results 15 issues of Hayden Chudy

Hi, just installed the Unibeautify extension and while it does what I really want (wrap long lines), it's causing a bigger problem with floats. Here's an example snippet: ```C# using...

So, to me, the behavior of the `required` rule is just odd. Here's an example, here's my validation schema: ``` js { payment_state: [{ oneOf: _.pluck(Data.Lookup.States, 'val') , msg: "PAYMENT...

#### Please post the name of your artifact and its current status below.

Requirements Team 1

By Tuesday, March 6th, we need to have both fully dressed use cases done and at least 3 brief ones done. This way R/A Team 2 can begin on the...

Requirements Team 1
Requirements Team 2

All the Use Cases (both brief and fully dressed) and the domain model should be done by the beginning of Spring Break so the coding team can start. @kdwilson @Xingyu...

Requirements Team 1
Requirements Team 2

By the first in class meeting (02-16-2012), everyone should have joined GitHub and this project (or get invited to it by me). If you can see this issue, you've done...

Requirements Team 1
Requirements Team 2
Project Management
Testing & Security
Quality Assurance
Configuration Management
Technology & Tool Integration

### Notice to all Requirements and Analysis Team 1 Members: **Xingyu Wang** is your new group leader. He will be responsible for assigning artifacts to R/A Team 1. If R/A...

Requirements Team 1
Project Management

### You should have Git downloaded by this milestone. [Here](http://git-scm.com/download) is a link to download Git. If you're using Windows, you may want to check out [Git Bash](http://code.google.com/p/msysgit/downloads/list). The link...

Requirements Team 1
Requirements Team 2
Project Management
Testing & Security
Quality Assurance
Configuration Management
Technology & Tool Integration

#### To be done by LCO Milestone date By the LCO Milestone date, we should have 15-20 use cases created. A list of use cases to be made will be...

Requirements Team 1
Requirements Team 2

So, I am trying to use this library, mostly so I can use the wonderful `peewee_migrate` and get auto-migrations. However, this library does not play well with Flask Application factories....