Venkat Dinavahi

Results 33 comments of Venkat Dinavahi

@jakemac53 This looks like a very useful feature! What the Dart team picked the top 2-3 highest impact applications, built first-class implementations of them, and started with meta-programming itself as...

Here's what I ended up doing... I made a plug that packs up the query params into the state property which persists between `auth/github` and `auth/github/callback` **Usage** For now I...

@hassox yes I think it should as connecting multiple accounts is fairly common. Would be good to get some feedback on improving the current implementation... I've been using Elixir ~2...

If someone is interested in adding support, they would need to implement the CacheInfoRepository interface: https://github.com/Baseflow/flutter_cache_manager/blob/ed5a205bcb5e816d05113c0360fea02aadc7e2be/flutter_cache_manager/lib/src/storage/cache_info_repository.dart

@fbjork I have a similar issue. Did you end up finding a solution?

Looks like I had a separate issue. I had to use #131 and also ensure `MIX_ENV=test` was set properly. I'll create a new separate issue.

@epilgrim were you able to find a resolution to this? I am having the same issue.

Resolved my issue see #131 for more details

Thanks for the thorough explanation. I agree one file at a time would make more sense. One idea for later: make it easier to create refactoring plugins. Maybe in the...

Ah yes I'm seeing them here: https://github.com/dart-lang/sdk/tree/master/pkg/analysis_server/lib/src/services/refactoring These are all rough ideas right now. I'd have to think more about them to see if they even make sense. One idea...