Adrian Edwards

Results 226 comments of Adrian Edwards

i get the same thing using ``` build_runner: ^1.12.2 chopper_generator: ^4.0.1 ``` in my dev dependencies. seems like build_runner needs a version bump and bumping it to `build_runner: ^2.1.1` (its...

Any updates on this? I am trying to use the *View and *ViewModel convention in my app and it doesn't seem to be liking it even though the readme says...

![screen shot 2016-08-30 at 1 29 43 pm](https://cloud.githubusercontent.com/assets/17362949/18105844/dca84c04-6eb5-11e6-89d3-7e2e784ada6c.png) here's a screenshot from wakatime of the behavior I'm trying to change.

@kooohei just found out that i can get wakatime to change/resort the project name using custom rules, however, I would still love to see a feature for customizing the project...

even with custom rules, i sometimes get multiple files from different projects in the same "project" folder and this messes up my wakatime tracking. Can you make to so you...

From looking at the minified code around the place where it says the error is, it seems like this issue is being caused by this Async call: https://github.com/GV14982/async-airtable/blob/d9b517f67349f0dceb41f56846e52dc06ea7e1cb/src/asyncAirtable.ts#L264-L276 Edit: the...

there was some discussion of alternatives in #613. I also think i found a list of what the codes mean: https://github.com/dotintent/FlutterBleLib/blob/a4df42eda471f0c53a06b7b9937db8b59585f318/lib/error/ble_error.dart#L55 TL;DR: 2 -> operationCancelled 204 -> deviceNotFound 205 ->...

it appears the current dev branch supports it courtesy of #586, just hasn't been released to pub.dev yet

> this package is not even null safe. it appears the current dev branch supports it courtesy of #586, just hasn't been released to pub.dev yet

Disclaimer: I'm just a highly motivated contributor with an exciting project that depends on a lot of these fixes being published on pub.dev I have been exclusively using the dev...