Brendan Duncan

Results 398 comments of Brendan Duncan
trafficstars

I submitted the update to the chrome store.

It's on the store now. I'll go ahead and close the ticket.

Yeah I can add that. I haven't used overrides much, so thanks for the testing. It might be a couple days before I can get to it, ping me if...

I added overrides to FunctionInfo. It will walk the function AST graphs to find usage of override variables, so you can get the list for each entry function. What I...

Fix is in git. I'll have to plan a release at some point in the near future, but might not be for a couple weeks due to a vacation.

I took out the code that tries to read the actual layers from the PSD, and it will just read the merged image now. PSD is too weird of a...

I'll be taking a look at this soon, I've been on vacation.

I don't know crop_your_image, but the Dart way to avoid naming conflicts is to use namespaced imports.

ImageFormat was added in 4.2.0. But the error you first posted indicated there is an `import 'package:image/image.dart'; ` somewhere that was not namespaced. I wish dart had code namespaces in...

I think the import is happening by crop_your_image. Maybe I'll rename my class.