Nate Bosch
Nate Bosch
Today the socket setup makes the assumption that the server is running outside of vim's involvement and then we connect to an already listening server. If we can figure out...
https://microsoft.github.io/language-server-protocol/specification#textDocument_typeDefinition
Currently our production tool stacks, webdev and bazel, implement their own platform restrictions for core library imports. The check is done for individual modules. When compiling with dart2js for running...
The proposal says > Each field is a type annotation and an optional name which isn't meaningful but is useful for documentation purposes. Can we consider starting without this as...
This seems to come up a lot. Problem: I want to "wrap" a component and add some new behavior or change the way it looks, but I want to forward...
In the test runner we currently link to the Observatory UI when debugging tests. We'd like to point to the devtools UI instead. https://github.com/dart-lang/test/issues/1563 Observatory lets us link to the...
In an effort to simplify the language we may consider removing the implicit `call` tearoff which can coerce an instance of any class which defines a `call` method into a...
In https://github.com/dart-lang/linter/pull/3592 I overlooked an obvious mistake in my implementation. I was confused because the AST that I saw in the test failure did not show the nodes I thought...
It felt redundant at the time to force `enabled: true` to turn on a builder, but it turns out that this magic cause some nasty stuff - builders like `build_web_compilers:entrypoint`...