Devon Carew

Results 381 comments of Devon Carew

``` Unhandled exception: FormatException: "version" is not an allowed value for option "fail_on". #0 Parser._validate (package:args/src/parser.dart:311:[21](https://github.com/dart-lang/ecosystem/actions/runs/11242751471/job/31257125949?pr=305#step:11:22)) #1 Parser._validateAllowed (package:args/src/parser.dart:349:5) #2 Parser._setOption (package:args/src/parser.dart:329:9) #3 Parser._readNextArgAsValue (package:args/src/parser.dart:125:5) #4 Parser._handleLongOption (package:args/src/parser.dart:281:9) #5 Parser._parseLongOption...

@mosuem - thoughts on this in general? I think the publishing validation info from the health workflow is largely duplicative of the comment from the publishing automation workflow.

From the exception, it looks like we're having trouble opening stdio at startup. I suspect that `watchexec` is starting the dart process in a manner we haven't encountered before (and...

The triage process - assigning labels - is different here, but the summaries may still provide value. This would be straightforward to hook up if so desired. It looks like...

The summaries have generally been useful; you can see samples here: https://github.com/dart-lang/sdk/issues?q=is%3Aissue+is%3Aopen+label%3Atriage-automation. For the sdk issue tracker we do not summarize if the issue has already been triaged; there, that...

I'm more hesitant on the major version rev - to `2.0.0` - then any other aspect of this change. I'm assuming everything - flutter (https://github.com/flutter/flutter/blob/master/packages/flutter/pubspec.yaml#L14) on up - will have...

> Does anybody know who an admin is for this repo? cc @devoncarew @kevmoo ? For repos in the `flutter/` github org, you'll want @Piinks (and possibly others?).

@Victowolf - this looks like AI-generated content; as per https://github.com/dart-lang/tools/issues/522#issuecomment-2710930359, please refrain from posting this type of content.

Thanks for the report! We don't develop (or deploy) the dartpad server on windows; there could be legitimate issues here wrt our path handling. We won't have time to investigate...

@davidhicks980 - was your issue more about performance issues with the dartpad codebase itself?