Phil Quitslund

Results 122 issues of Phil Quitslund

For example: you may decide after inspecting a pubspec that you don't want to analyze this package. How to bail out early?

https://github.com/dart-lang/pana/blob/master/lib/src/pubspec.dart#L147

A jumping off point for iteration is defined in `example/widget_surveyor.dart` https://github.com/pq/surveyor/blob/96cd7507028b95c4d529401797db224959eabcc8/example/widget_surveyor.dart#L13-L18 More details/instructions in the [`README`](https://github.com/pq/surveyor/blob/master/README.md). Feedback welcome! /cc @jayoung-lee @InMatrix

enhancement

docs for 1.0: - [ ] README - [ ] API docs - [ ] levels in general - [ ] how to log an error in particular https://github.com/pq/logs/issues/12#issuecomment-431887937

Follow-up from https://github.com/pq/logs/pull/16#issuecomment-425499797, minimally we should add: * a `toEncodable` callback (#10) * `logError` and * support for `data` objects @devoncarew: would 2 calls be sufficient?: ```dart void log(MessageCallback messageCallback,...

enhancement
api

Currently there are a number of places we'll potentially spam stdout w/ "TODO" messages. AIs: - [ ] identify calls we want to log - [ ] implement them -...

It would be great to avoid needing to explicitly initialize VM service hooks. That is, it would be nice to do away w/ the need to call: ```dart logManager.initServiceExtensions(); ```...

enhancement
api

Playing nice w/ web logging is important for folks w/ shared code. /cc @matthewtsmith @johnpryan

enhancement
api

Kind of a meta-issue but it's likely that some folks will prefer programmatic logging configuration (see for example, #22) so we should make sure that anything that can be done...

enhancement
api

Related to #21, @matthewtsmith and @johnpryan described a desire to log remotely. **Use case:** would like to redirect logging output to firebase to capture debugging data from devices in the...

enhancement