Blake Mealey
Blake Mealey
`index.d.ts` is missing the bright text color variants, making them difficult to use with TypeScript. Workarounds: 1. Create a declaration file to extend the colors exports 2. Cast the export...
Hey, love the project! I have read through #120 and #38 but I've still not found a solution to simply using the raw doc comments without any modification. I have...
Fixes: #5 New PR for watching targeted files, this time using Chokidar as we discussed. We discussed using `process.on('exit', ...)` to close watchers, but I found this wasn't feasible because...
This lets the user click, hold, and drag to move the time of the progress bar rather than just clicking. I find this improves the viewing experience a lot as...
I'm considering using plugins to extend functionality of my Gluegun CLI, but it seems like the intended use case is for a user to install both my CLI and my...
Hey, a couple of quick suggestions I'm happy to submit a PR for if you're interested: 1. Add a new colors theme method `command` which points to `magenta` I like...
Is there any appetite for a PR which adds better theming support? My thinking is the project could ship with at least 2 themes (light and dark), and could provide...
Hey, cool project! I noticed you are using the [Trello](https://trello.com/en-US) logo as the extension's logo in the marketplace. To avoid copyright issues, you really should consider finding/creating a new logo.
Hey, I am having some difficulty with one of my mocks. I want to do this: ```cs var dbConnectionMock = new Mock(MockBehavior.Loose); dbConnectionMock.SetupDapperAsync(m => m.QueryAsync(It.IsAny(), It.IsAny(), null, null, CommandType.StoredProcedure)) .ReturnsAsync(new...
This is a proposal and prototype implementation for a solution to #55. The goal with this PR is primarily to receive feedback on the proposed design document. If we can...