Johan de Klerk

Results 8 issues of Johan de Klerk

Lets say I have 2 files in my script. `Script.swift` which I created with `marathon create Script.swift` and `File1.swift`. I added `File1.swift` to my Marathon file and everything works fine,...

As seen [here](https://api.youneedabudget.com/v1#/Categories/updateMonthCategory) the structure updated to be: ``` { "category": { "budgeted": 0 } } ``` Fixes https://github.com/brunomvsouza/ynab.go/issues/24

When using this code to update the budgeted amount the call succeeds but it doesn't update the budgeted amount in YNAB: ``` client := ynab.NewClient(globals.AccessToken) budgets, err := client.Budget().GetBudget(globals.BudgetID, nil)...

Hi are there any plans to support a Door accessory? There is a different homebridge plugin that supports a HTTP Door accessory (https://github.com/EricConnerApps/homebridge-httpdoor) but that plugin does a POST request...

When I toggle the right view with `[paperFold setPaperFoldState:PaperFoldStateRightUnfolded animated:YES];` the timer sometimes doesn't invalidate and calls the following method repeatedly blocking any unfolding animation `- (void)unfoldRightView:(NSTimer*)timer`

Convert trace results so that Bamboo and Jenkins can read the test results