Raven Black

Results 129 comments of Raven Black

I've just debugged what this is - for me, TsconfigPaths.loadConfig (which is called by TsconfigPathsPlugin) transforms a baseUrl of `"/a/b/c"` on a project in `"/x/y/z"` into a value `loadResult.absoluteBaseUrl =...

Reading a file backwards one byte at a time is likely to be pretty bad from a performance perspective - it would make more sense to read backwards say min(512,...

I would suggest that there's an inherent issue with the assumptions of the implementation of SvgPicture's cache - it's optimized for an svg that doesn't expect to change, such that...

Example of the bad handling of transparent source images (the source is a transparent wiggling thing, the end result loses the transparency *and* renders the layers wrong because of it)...

Re the question about Opacity widgets, those widgets are only using opacity 1 or 0 without interpolation, which according to the Flutter documentation is supposed to mean they won't be...

Sorry about force-push - I have this as a two-branch chain in my workspace (add the API, add the impl), so moving the API in the first branch was an...

> However I would like to review a design doc first and then look at code. I don't think there's really all that much to design at this stage, it's...

> Thanks for the doc; I feel that a lot of the decisions made in the non-evicting version need to be highly informed about how you will do eviction. I'll...

> what's up with the "CODEOWNERS" file? Hopefully it's just that I got my name wrong (in most places someone else hasn't taken my name first!) Updated. > Is there...

> > what's up with the "CODEOWNERS" file? > > Hopefully it's just that I got my name wrong (in most places someone else hasn't taken my name first!) Updated....