Kevin Manley

Results 23 issues of Kevin Manley

I want to replace my use of mime.ExtensionsByType with filetype because filetype understands more types (e.g. HEIF). However there's not currently a function in filetype that returns a Type by...

**Describe the bug** pool.go has a race condition around p.conns ``` WARNING: DATA RACE Write at 0x00c00010e130 by goroutine 67: gopkg.in/rethinkdb/rethinkdb-go%2ev6.(*Pool).conn() /home/kevin/code/go/pkg/mod/gopkg.in/rethinkdb/[email protected]/pool.go:127 +0x7d1 gopkg.in/rethinkdb/rethinkdb-go%2ev6.(*Pool).Query() /home/kevin/code/go/pkg/mod/gopkg.in/rethinkdb/[email protected]/pool.go:183 +0x50 gopkg.in/rethinkdb/rethinkdb-go%2ev6.(*Node).Query() /home/kevin/code/go/pkg/mod/gopkg.in/rethinkdb/[email protected]/node.go:96 +0x151 gopkg.in/rethinkdb/rethinkdb-go%2ev6.(*Cluster).Query()...

**Checklist** - [x] I have read and agreed to the [RethinkDB Contributor License Agreement](http://rethinkdb.com/community/cla/)

Great library - thanks for making it. One small thing I noticed is that calling Darker() on a dark RGB color can actually return a lighter RGB color. It would...

bug

Given this directory structure with soft symlinked subdirs under the theme dir... ``` ├── static │   ├── img │   │   ├── cat.jpg │   │   ├── cat1.jpg │   │   └── cat2.jpg...

It's a common pattern in email templates to use 'bulletproof buttons' https://www.litmus.com/blog/a-guide-to-bulletproof-buttons-in-email-design/ but this confuses ego, e.g. this snippet of HTML in an ego template ```html Get my gift ```...

A small change that compares template mod time with output file mod time and skips writing if no template is newer than the output. Feel free to merge or ignore....

Added an optional flag for verbose output; feel free to merge or ignore as you like. Thank you for creating this excellent package!

Hi, this might just be my unrealistic expectation about how this should work, but I was surprised to see that bucket stats aren't kept up to date within an update...

bug