Devon Carew

Results 231 comments of Devon Carew

@kwalrath - can you add this to https://github.com/orgs/dart-lang/projects/27? Thanks!

Hmm, I think this and https://github.com/dart-lang/sdk/issues/46243 are dups of each other.

We're mostly tracking this work in a github project - one that sits at the org level. So it can include items from both dart-lang/sdk as well as dart-lang/site-www.

Good catch! Interested in sending a PR for it?

Fixing #270 seems reasonable; @kevmoo and @natebosch would be good reviewers for any PR for that. If the fix will be non-trival, you might want to discuss the solution in...

> And I'd like this repository to replace https://github.com/devoncarew/bazel-code (from @devoncarew) 👍

Hi - can you add a few more details about your request? What the feature would look like, how it might change the API, and example from a library in...

Thanks! For posterity, here's a link to more info: https://pub.dev/packages/dio#interceptors. And in-lined: > ... interceptors, by which we can intercept requests 、 responses and errors before they are handled by...

Thanks for the PR! Some thoughts: - this is a highly used package, so we generally want to be very conservative about adding a new package dependency. You're adding `package:universal_io`...

I have been converting repos over to using the web style urls; so `https://github.com/dart-lang/path` for a single package repo and `https://github.com/google/dart-neats/tree/master/acyclic_steps` for a package within a mono-repo. These are not...