Phil Quitslund

Results 286 comments of Phil Quitslund

Some examples would definitely be nice... I haven't really played with this in a while but can dig around for some old bits. In the meantime, https://github.com/pq/osc/blob/master/example/sendosc.dart should at least...

I added a label suggesting that this should be in Flutter source but it occurs to me that it doesn't strictly have to be. Either way: thoughts on a channel...

/cc @jacob314 who may have ideas.

What are the concrete limitations to requiring the log payload be json-encodable? Regarding objects, isn't there an object ID or something we can pass as a param? @jacob314 : aren't...

Not planning this for 1.0. Contributions welcome!

This package was essentially a proof of concept but I know some folks continue to find it useful... I know @devoncarew and @jacob314 have talked about a more robust solution...

Hi @venkatd! Thanks for the interest and you're spot on with your motivations for this package. A bit of work has been done on logging over in the https://github.com/flutter/devtools project...

Thanks for the contribution! It would be great if you added some tests for this condition (maybe to [convert_test](https://github.com/pq/osc/blob/master/test/convert_test.dart)?) Also, add yourself to [AUTHORS](https://github.com/pq/osc/blob/master/AUTHORS)?

What do we know about constraints on the error object in the [`developer:log`](https://api.dartlang.org/be/158704/dart-developer/log.html) API? I was working on the assumption that the error object would ultimately be encoded as json...

#20 adds data logging but we'll want to keep iterating. food for thought from @devoncarew on that PR: > * a dedicated logData call could be useful, esp. to indicate...