Mat Simon

Results 116 comments of Mat Simon

@MichaelRFairhurst it would be great if you could let us know which approach you're going to take as soon as you know it. If, for example, the only way to...

Is there any update on this? Still having these warnings and it's really annoying and hides other important warnings and hints.

@MichaelRFairhurst from what I can see, the new `directiveTypes` doesn't help either, right?

Nice. Will this also generate the client libraries?

This would also be great, since the generated discovery API document should include the scopes necessary for each request. Is there an ETA for this feature? I am struggling to...

Thanks for your reply @wibling. That's how I do it at the moment: ``` dart var apiRouter = shelf_route.router() ..add('/api/v1/account', null, apiHandler, exactMatch: false, middleware: loginMiddleware) ..add('/api', null, apiHandler, exactMatch:...

The first great addition would be to allow scopes to be defined on the `ApiMethod`. There wouldn't need to be any additional handling since then, at least, we could write...

I figured out, that this problem happens only if the arguments starts with an underscore (_). Removing that worked. The angular_component intl translations all use variables with an underscore though,...

Yes! The first step towards this, would be to remove most of the logic from `bin/generate_from_arb.dart` and put it inside `lib/`. Then at least we would be able to write...