Matt Sherman
Matt Sherman
Create a -v(erbose) command-line flag to give output describing the steps and methods being created. This will be helpful for troubleshooting, e.g., to explain why certain methods are not generated...
An idea for your consideration: I often play MP4's directly in the browser. I would love to send the current URL in the address bar directly to the Chromecast. (Interestingly,...
Applying the mobile CSS (600px, etc), while well-intended, breaks pages. Attached are some screen shots from Backchannel (which is published on Medium). I feel that getting this right is any...
There are use cases where one may wish to combine separate tokens into a single token. The UAX 29 standard, which this library implements, means that some things we think...
I see that it’s been mentioned in the golang-nuts group, but it’d be great to have MarshalJSON/UnmarshalJSON support, so existing code can use megajson transparently. (Didn’t see an existing issue,...
Hi! This package looks promising. I noticed your mention of fast time lookups and happened across [this comment](https://cs.opensource.google/go/go/+/refs/tags/go1.25.1:src/time/time.go;l=1304) in the stdlib source when I wanted something similar. So I implemented...
Hi Seth! Nice work here. I am working on a new [Go rate limiter](https://github.com/clipperhouse/rate) and would like to add to your benchmarks. My local run: ``` go test -bench=. goos:...
- [x] I have read [`CONTRIBUTING.md`](https://github.com/charmbracelet/.github/blob/main/CONTRIBUTING.md). - [ ] I have created a discussion that was approved by a maintainer (for new features). A little optimization on `maxRuneWidth`, looks like...