Issac Trotts

Results 24 issues of Issac Trotts

I would like to use the `deadcode` program, but I don't see a way to run it.

You seem to have gotten some good results from using qc, but it's not obvious to someone coming new to this library what it provides over just using QC or...

I've gotten good results in the past by using the string similarity defined in the [Postgres pg_trgm extension](https://www.postgresql.org/docs/9.1/pgtrgm.html). I have an implementation for it in Rust and was thinking of...

enhancement

I'm trying to decide whether to use a PoolClient, but pool.go doesn't say what benefit it has. I guess it's supposed to be for performance but I don't see any...

enhancement
documentation

Please answer these questions before submitting your issue. Thanks! #### What did you do? I ran `wire` in a directory containing these files: ``` [ ~/src/github.com/google/go-cloud/samples/shh ] cat inject_local.go //+build...

bug

Steps taken: 1. cd examples/slider 2. go build 3. ./slider 4. Open http://127.0.0.1:3000 in two windows 5. Play with the slider Expected: The same thing happens in both windows at...

Steps taken: 1. cd examples/todo 2. go build 3. ./todo 4. Open http://127.0.0.1:3000 in a browser window 5. Close the window. Expected: The server keeps running. Actual: The server crashes...

For example if a key isn't defined in my key-value store, I may not want to rule out trying to get it since that's still a valid thing to do,...

https://github.com/manopapad/proper/issues/132