Evan Weible
Evan Weible
[The `build.yaml` file is intended to be published as a part of any package that has one.](https://github.com/dart-lang/build/blob/master/build_config/README.md#publishing-buildyaml-files) By doing so, build_runner knows how to build each dependency. Because of this,...
We recently discovered that by using the `PartBuilder` util from the `source_gen` package, `await buildStep.inputLibrary` was being called for each library asset which results in the analysis context for that...
**Is your feature request related to a problem? Please describe.** Currently, the JIRA access token is stored within this plugin's directory (`${vault.configDir}/obsidian-jira-issue/data.json`), which means that using the core Obsidian Sync...
This is primarily a question about a difference between the middleware API here versus the JS version. redux.js exposes only a subset of the Store's API (`getState()` and `dispatch()`) to...
### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request The...
Closes #7354 ## Summary Adds `--variant` flag to root `opencode` command, matching existing support in `opencode run`. ## Changes - `thread.ts`: Add `--variant` option to yargs builder, pass to tui...