Brett Sutton

Results 137 comments of Brett Sutton

Generally in agreement. I do generally prefer my commas a the start of the line as it's easier to see that it's a continuation but I suspect I'm in the...

I've just had to deal with this error as well. It was rather hard to find the problem.

My use case was to find why a specific package was included. I had a conflict and was trying to establish why. My long experience with maven was essentially the...

Inverted would be good but it could be confusing when the full view isn't. Pruned would be sufficient. On Tue, 23 Feb 2021, 10:40 pm Sigurd Meldgaard, wrote: > Do...

@isoos > Our current popularity metric is a proxy of the total download count. A lot of thought went into it, e.g. how to filter CI systems automatically, how to...

My questions was really around how you specify '/' in a cross platform manner. The path package does have the platform specific 'separator' method so you could write: join(separator, 'tmp');...

For existing use cases the 'current' variable work as it does now and always reflect the processes current working directory. If the a path function is called outside of the...

Am I correct in my reading of the Context code that it doesn't t track the cwd? The line in the Context code is: 62: String get current => _current...

FYI it looks like Uri.base works correctly in zone with an alternate file system so we only have to manage the fact that path only manages a single cwd.