Patt O'Brien
Patt O'Brien
Error is received in the pubspec.yaml file (of the application depending on a custom lint) when setting up first lint: ```Failed to start plugin dart(custom_lint_plugin_error)``` Steps to Reproduce: 1. Create...
It'd be ideal if all plugins were fused into one, so that each implementation of custom_lint could share resources with one another. On ```analysis_options.yaml``` changes, we would fuse all plugins...
Moving this conversation here, from a request I had made in the [dart analyzer discussion group](https://groups.google.com/a/dartlang.org/g/analyzer-discuss/c/0OfyKyaLne0/m/gYHbXeQ3AAAJ). **TLDR:** are doc comments planned to be supported by the macro introspection APIs? I've...
I'm working on a code-gen package that generates logic for decoding/encoding dart values based on a given Media (MIME) Types. An example, for context: ```dart @MediaEncoder(MediaType.jsonUtf8) Uint8List userDtoToJsonUtf8(Iterable value) =>...
## Context i've been experimenting with the latest `js_interop` features, by building a node.js interop package (see: https://github.com/pattobrien/dart3_node_interop). Since node.js is designed to run outside of the browser, there have...
I'm working on a code-gen package to improve the UX of creating backend apps. One of the primary use cases is to register acceptable MediaTypes for a given endpoint, and...
**Is your feature request related to a problem? Please describe.** LSP-based semantic tokens [are now supported](https://github.com/neovim/neovim/pull/21100) with the upcoming nvim v0.9 release (available on nightly build). This allows syntax and...
Are there any plans to use the new [`js_interop`](https://dart.dev/interop/js-interop) features? I've been working on some experiment ts2dart converters (e.g. to create a VSCode Extension using Dart), and would love to...
### Describe the bug I'm not able to run the third party scanner on package `yrs`, due to the below error. Further in the debug logs, I see the message...
## Description When creating a Generator or Builder implementation, depending on macro-generated code crashes the builder (e.g. if the builder uses a data model class annotated with `package:json` `@JsonCodable()`). Console...