Kevin Moore

Results 252 issues of Kevin Moore

It's so crazy common to want to check this – and it's not super straight-forward. See https://github.com/google/googleapis.dart/blob/ec7b27cf3895c92b75ef407e1c109a9f7eba3a72/discoveryapis_commons/lib/src/utils.dart#L10-L16 https://github.com/GoogleCloudPlatform/functions-framework-dart/blob/80da6491efbf2e58a2c3f4732a3a7f055fe5eb37/functions_framework/lib/src/json_request_utils.dart#L39

type-enhancement

Currently missing! - [x] properties - example https://developer.mozilla.org/en-US/docs/Web/API/Node/baseURI - [ ] events - example https://developer.mozilla.org/en-US/docs/Web/API/Node/selectstart_event

Not sure if this in on your radar or not, @joshualitt

We can index off a IDL name into https://github.com/w3c/webref/blob/main/ed/dfns/ And then look for the spec location. Might remove a LOT of noise and churn from the generated IDLs! See https://github.com/w3c/webref/blob/d69ef53f2a4ca9b3a58c23bb1d2544f3d12e48cd/ed/dfns/turtledove.json#L4

When walking the package site (for instance) there are a lot of random walks that can yield a lot of URLs. It'd be nice to say "walk at most 5...

Short list (there may be more) ``` lib/api/errors.dart:class AppEngineError implements Exception { lib/api/errors.dart:class NetworkError extends AppEngineError implements IOException { lib/api/errors.dart:class ProtocolError extends AppEngineError implements IOException { lib/src/protobuf_api/rpc/rpc_service.dart:class RpcApplicationError implements Exception...

type-bug

Trying to standardize on https://github.com/dart-lang/io/blob/master/lib/ansi.dart

type-enhancement

https://build.chromium.org/p/client.dart.packages/builders/packages-windows-glob/builds/888/steps/pub%20run%20test/logs/stdio ``` 00:01 +107 -1: test\list_test.dart: async lists an absolute glob ScheduleError: | Expected: equals ['foo\\baz\\bang', 'foo\\baz\\qux'] unordered | Actual: [] | Which: has too few elements (0 < 2)...