Elijah Luckey

Results 16 issues of Elijah Luckey

**Description** Add an ANSI wrapper that enables hyperlinks/links in the terminal. More info at this [Gist](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda) on how to achieve the desired effect. I've done this in one of my...

enhancement

The http client created is never closed in [datamuse_api_client.dart#L33](https://github.com/felangel/fluttersaurus/blob/master/packages/datamuse_api/lib/src/datamuse_api_client.dart#L33). As per the [`http` package docs](https://pub.dev/documentation/http/latest/http/Client/close.html): > It's important to close each client when it's done being used; failing to do...

**Description** [`dart.dev`](https://dart.dev/guides/libraries/create-library-packages#providing-additional-files) recommends packages have a `CHANGELOG.md` when uploaded to [`pub.dev`](https://pub.dev/). I'm suggesting `very_good create -t flutter_pkg ` and `very_good create -t dart_pkg ` should both create `CHANGELOG.md` files. `dart...

enhancement

**Description** When using `mason search`, terminal with less than 80 columns moves the `-` to a new line. **Steps To Reproduce** - Use a terminal with less than 80 columns...

bug

**Is your feature request related to a problem? Please describe.** When comparing two objects of the same type, I would like to be able to determine the "difference" between the...

enhancement
question

**Is your feature request related to a problem? Please describe.** I would like the ability to see the ancestors of a given widget on hover, as a "prompt", etc. Similar...

is enhancement
in editor

## Use case I'd like to control the initial date set in `MacosDatePicker` widget. ## Proposal Create a parameter `initialDate` that sets `_MacosDatePickerState._initialDate` on init state. If the value of...

enhancement

Simply: Does the syntax highlighting support JSON?

### Feature description Add an "Install" section on REAME.md for install options from: - [Notable.app site](https://notable.app/#download) - [GitHub releases](https://github.com/notable/notable/releases/) - [`brew install --cask notable`](https://formulae.brew.sh/cask/notable) ### Feature motivation It's a simple...

enhancement

Very simply, adds a subheading in README top include ways to install Notable. 1. download from site 2. download from GH releases 3. using homebrew Fixes #1473.