Dan Field

Results 553 comments of Dan Field

Githubs codesearch is pretty poor imo. It doesn't understand syntax, or even support searching for a literal beyond simple cases. I would see the following use cases: 1. Search for...

In other words, a copy on write memory file system that's just backed by the disk for reads.

I've taken a stab at this a couple times, but it becomes really hard to track down. I agree the CoW seems really good, but it gets really hard to...

What about creating a `TarFileSystem` class that derives from `MemoryFileSystem` and adds the desired attributes?

I would be pretty hesitant to add surface API to this library that is not supported on `dart:io` - as noted in the linked bug there, getting this right in...

The linked PR didn't fix the issue, it skipped the tests.

`TimelineTask` is for async tasks. They don't get nested the same way. The nesting you were expecting to see can only happen if you have synchronous events, e.g. `Timeline.startSync/finishSync` or...

Ahh sorry, I misread it. You should be able to provide the `arguments` parameter to `start` or `finish` depending on which makes sense. But I don't think those get surfaced...

Also keep in mind that there's a non-trivial cost to serializing arguments